#A342CA

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

Shades of Dark Orchid #A342CA

Tints of Dark Orchid #A342CA

Color information

#A342CA (or 0xA342CA) is unknown color: approx Dark Orchid. HEX triplet: A3, 42 and CA. RGB value is (163,66,202). Sum of RGB (Red+Green+Blue) = 163+66+202=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #A342CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342CA is #5CBD35. Grayscale: #6E6E6E. Windows color (decimal): -6077750 or 13255331. OLE color: 13255331.

HSL color Cylindrical-coordinate representation of color #A342CA: hue angle of 282.79º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A342CA is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16366202-
CMYK0.190.6700.21
HSL282.79º56.2%52.55%-
HSV(B)282.79º67.33%79.22%-
XYZ27.7115.9557.49-
YUV110.51179.64165.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 66 (26.17% from 255) = 15.31%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=37.82%
G=15.31%
B=46.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163662020.190.6700.21282.7956.252.55
HexA342CA134301511b3835
Octal243102312231030254337065
Binary10100011100001011001010100111000011010101100011011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A342CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A342CA; }

 p { color: rgb(163,66,202); }

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

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

 a { background-color: rgb(163,66,202); }

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

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

 span { border-color: rgb(163,66,202); }

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