#A925B1

Color #A925B1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A925B1

Tints of Dark Orchid #A925B1

Color information

#A925B1 (or 0xA925B1) is unknown color: approx Dark Orchid. HEX triplet: A9, 25 and B1. RGB value is (169,37,177). Sum of RGB (Red+Green+Blue) = 169+37+177=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #A925B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A925B1 is #56DA4E. Grayscale: #5C5C5C. Windows color (decimal): -5691983 or 11609513. OLE color: 11609513.

HSL color Cylindrical-coordinate representation of color #A925B1: hue angle of 296.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A925B1 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16937177-
CMYK0.050.7900.31
HSL296.57º65.42%41.96%-
HSV(B)296.57º79.1%69.41%-
XYZ24.9612.9342.78-
YUV92.43175.73182.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 37 (14.84% from 255) = 9.66%
BLUE value IS 177 (69.53% from 255) = 46.21%
R=44.13%
G=9.66%
B=46.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169371770.050.7900.31296.5765.4241.96
HexA925B154F01F129412a
Octal25145261511703745110152
Binary101010011001011011000110110011110111111001010011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A925B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A925B1; }

 p { color: rgb(169,37,177); }

 H1.HeaderClassName
 {
   color: #A925B1;
 }
 .AnyTagClassName
 {
   color: #A925B1;
 }
</style>
background-color css

<style>
 a { background-color: #A925B1; }

 a { background-color: rgb(169,37,177); }

 div.DivClassName
 {
   background-color: #A925B1;
 }
 .BgClassName
 {
   background-color: #A925B1;
 }
</style>
border-color css

<style>
 span { border-color: #A925B1; }

 span { border-color: rgb(169,37,177); }

 td.TdClassName
 {
   border-color: #A925B1;
 }
 .TagClassName
 {
   border-color: #A925B1;
 }
</style>