#A243CA

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

Shades of Dark Orchid #A243CA

Tints of Dark Orchid #A243CA

Color information

#A243CA (or 0xA243CA) is unknown color: approx Dark Orchid. HEX triplet: A2, 43 and CA. RGB value is (162,67,202). Sum of RGB (Red+Green+Blue) = 162+67+202=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 67 (26.56% from 255 or 15.55% 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 #A243CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243CA is #5DBC35. Grayscale: #6E6E6E. Windows color (decimal): -6143030 or 13255586. OLE color: 13255586.

HSL color Cylindrical-coordinate representation of color #A243CA: hue angle of 282.22º 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 #A243CA is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16267202-
CMYK0.200.6700.21
HSL282.22º56.02%52.75%-
HSV(B)282.22º66.83%79.22%-
XYZ27.5715.9657.5-
YUV110.8179.47164.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 67 (26.56% from 255) = 15.55%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=37.59%
G=15.55%
B=46.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162672020.200.6700.21282.2256.0252.75
HexA243CA144301511a3835
Octal242103312241030254327065
Binary10100010100001111001010101001000011010101100011010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A243CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A243CA; }

 p { color: rgb(162,67,202); }

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

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

 a { background-color: rgb(162,67,202); }

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

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

 span { border-color: rgb(162,67,202); }

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