Html Css Color HEX #A23ECC Dark Orchid

📋 copy color: '#A23ECC'

red 162 ◦ green 62 ◦ blue 204

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

Shades of Dark Orchid #A23ECC

Tints of Dark Orchid #A23ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 37.85%
G = 14.49%
B = 47.66%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A23ECC (or 0xA23ECC) is known color: Dark Orchid. HEX triplet: A2, 3E and CC. RGB value is (162,62,204). Sum of RGB (Red+Green+Blue) = 162+62+204=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #A23ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ECC is #5DC133. Grayscale: #6B6B6B. Windows color (decimal): -6144308 or 13385378. OLE color: 13385378.

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

Color convert

RGB 162 62 204 -
CMYK 0.21 0.70 0 0.2
HSL 282.25º 0.58% 0.52% -
HSV(B) 282.25º 0.7% 0.8% -
XYZ 27.52 15.49 58.67 -
YUV 108.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 162 62 204 0.21 0.70 0 0.2 282.25 0.58 0.52
Hex A2 3E CC 15 46 0 14 11A 3A 34
Octal 242 76 314 25 106 0 24 432 72 64
Binary 10100010 111110 11001100 10101 1000110 0 10100 100011010 111010 110100

Color Harmonies of #A23ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23ECC

Black with #A23ECC

Text Example


Text Example

White with #A23ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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