#A932B4

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

Shades of Dark Orchid #A932B4

Tints of Dark Orchid #A932B4

Color information

#A932B4 (or 0xA932B4) is unknown color: approx Dark Orchid. HEX triplet: A9, 32 and B4. RGB value is (169,50,180). Sum of RGB (Red+Green+Blue) = 169+50+180=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #A932B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A932B4 is #56CD4B. Grayscale: #636363. Windows color (decimal): -5688652 or 11809449. OLE color: 11809449.

HSL color Cylindrical-coordinate representation of color #A932B4: hue angle of 294.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A932B4 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16950180-
CMYK0.060.7200.29
HSL294.92º56.52%45.1%-
HSV(B)294.92º72.22%70.59%-
XYZ25.7414.0144.53-
YUV100.4172.92176.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 50 (19.92% from 255) = 12.53%
BLUE value IS 180 (70.70% from 255) = 45.11%
R=42.36%
G=12.53%
B=45.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169501800.060.7200.29294.9256.5245.1
HexA932B464801D127392d
Octal2516226461100354477155
Binary10101001110010101101001101001000011101100100111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A932B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A932B4; }

 p { color: rgb(169,50,180); }

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

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

 a { background-color: rgb(169,50,180); }

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

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

 span { border-color: rgb(169,50,180); }

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