#A934CA

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

Shades of Dark Orchid #A934CA

Tints of Dark Orchid #A934CA

Color information

#A934CA (or 0xA934CA) is unknown color: approx Dark Orchid. HEX triplet: A9, 34 and CA. RGB value is (169,52,202). Sum of RGB (Red+Green+Blue) = 169+52+202=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #A934CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A934CA is #56CB35. Grayscale: #676767. Windows color (decimal): -5688118 or 13251753. OLE color: 13251753.

HSL color Cylindrical-coordinate representation of color #A934CA: hue angle of 286.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A934CA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16952202-
CMYK0.160.7400.21
HSL286.8º59.06%49.8%-
HSV(B)286.8º74.26%79.22%-
XYZ28.2515.1657.31-
YUV104.08183.26174.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 52 (20.70% from 255) = 12.29%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=39.95%
G=12.29%
B=47.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169522020.160.7400.21286.859.0649.8
HexA934CA104A01511f3b32
Octal25164312201120254377362
Binary1010100111010011001010100001001010010101100011111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A934CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A934CA; }

 p { color: rgb(169,52,202); }

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

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

 a { background-color: rgb(169,52,202); }

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

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

 span { border-color: rgb(169,52,202); }

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