#A23DCA

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

Shades of Dark Orchid #A23DCA

Tints of Dark Orchid #A23DCA

Color information

#A23DCA (or 0xA23DCA) is unknown color: approx Dark Orchid. HEX triplet: A2, 3D and CA. RGB value is (162,61,202). Sum of RGB (Red+Green+Blue) = 162+61+202=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #A23DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DCA is #5DC235. Grayscale: #6A6A6A. Windows color (decimal): -6144566 or 13254050. OLE color: 13254050.

HSL color Cylindrical-coordinate representation of color #A23DCA: hue angle of 282.98º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23DCA is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16261202-
CMYK0.200.7000.21
HSL282.98º57.09%51.57%-
HSV(B)282.98º69.8%79.22%-
XYZ27.2315.2857.39-
YUV107.27181.46167.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 61 (24.22% from 255) = 14.35%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=38.12%
G=14.35%
B=47.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162612020.200.7000.21282.9857.0951.57
HexA23DCA144601511b3934
Octal24275312241060254337164
Binary1010001011110111001010101001000110010101100011011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23DCA; }

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

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

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

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

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

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

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

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