Html Css Color HEX #A23EC9 Dark Orchid

📋 copy color: '#A23EC9'

red 162 ◦ green 62 ◦ blue 201

#A23EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A23EC9

Tints of Dark Orchid #A23EC9

RGB

 RED value IS 162 (63.67% from 255) = 38.12%

 GREEN value IS 62 (24.61% from 255) = 14.59%

 BLUE value IS 201 (78.91% from 255) = 47.29%

R = 38.12%
G = 14.59%
B = 47.29%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A23EC9 (or 0xA23EC9) is known color: Dark Orchid. HEX triplet: A2, 3E and C9. RGB value is (162,62,201). Sum of RGB (Red+Green+Blue) = 162+62+201=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #A23EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23EC9 is #5DC136. Grayscale: #6B6B6B. Windows color (decimal): -6144311 or 13188770. OLE color: 13188770.

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

Color convert

RGB 162 62 201 -
CMYK 0.19 0.69 0 0.21
HSL 283.17º 0.56% 0.52% -
HSV(B) 283.17º 0.69% 0.79% -
XYZ 27.17 15.34 56.79 -
YUV 107.75 180.63 166.7 -
System Red Green Blue C M Y K H S L
Decimal 162 62 201 0.19 0.69 0 0.21 283.17 0.56 0.52
Hex A2 3E C9 13 45 0 15 11B 38 34
Octal 242 76 311 23 105 0 25 433 70 64
Binary 10100010 111110 11001001 10011 1000101 0 10101 100011011 111000 110100

Color Harmonies of #A23EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23EC9

Black with #A23EC9

Text Example


Text Example

White with #A23EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23EC9; }

 p { color: rgb(162,62,201); }

 H1.HeaderClassName
 {
   color: #A23EC9;
 }
 .AnyTagClassName
 {
   color: #A23EC9;
 }
</style>

background-color css

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

 a { background-color: rgb(162,62,201); }

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

border-color css

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

 span { border-color: rgb(162,62,201); }

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