#A936B4

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

Shades of Dark Orchid #A936B4

Tints of Dark Orchid #A936B4

Color information

#A936B4 (or 0xA936B4) is unknown color: approx Dark Orchid. HEX triplet: A9, 36 and B4. RGB value is (169,54,180). Sum of RGB (Red+Green+Blue) = 169+54+180=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #A936B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A936B4 is #56C94B. Grayscale: #666666. Windows color (decimal): -5687628 or 11810473. OLE color: 11810473.

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

Color convert

RGB16954180-
CMYK0.060.700.29
HSL294.76º53.85%45.88%-
HSV(B)294.76º70%70.59%-
XYZ25.9214.3744.59-
YUV102.75171.6175.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 54 (21.48% from 255) = 13.40%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=41.94%
G=13.40%
B=44.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169541800.060.700.29294.7653.8545.88
HexA936B464601D127362e
Octal2516626461060354476656
Binary10101001110110101101001101000110011101100100111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A936B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A936B4; }

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

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

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

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

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

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

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

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