Html Css Color HEX #A23ECA Dark Orchid

📋 copy color: '#A23ECA'

red 162 ◦ green 62 ◦ blue 202

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

Shades of Dark Orchid #A23ECA

Tints of Dark Orchid #A23ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.42%

R = 38.03%
G = 14.55%
B = 47.42%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A23ECA (or 0xA23ECA) is known color: Dark Orchid. HEX triplet: A2, 3E and CA. RGB value is (162,62,202). Sum of RGB (Red+Green+Blue) = 162+62+202=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #A23ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ECA is #5DC135. Grayscale: #6B6B6B. Windows color (decimal): -6144310 or 13254306. OLE color: 13254306.

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

Color convert

RGB 162 62 202 -
CMYK 0.20 0.69 0 0.21
HSL 282.86º 0.57% 0.52% -
HSV(B) 282.86º 0.69% 0.79% -
XYZ 27.28 15.39 57.41 -
YUV 107.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 162 62 202 0.20 0.69 0 0.21 282.86 0.57 0.52
Hex A2 3E CA 14 45 0 15 11B 39 34
Octal 242 76 312 24 105 0 25 433 71 64
Binary 10100010 111110 11001010 10100 1000101 0 10101 100011011 111001 110100

Color Harmonies of #A23ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23ECA

Black with #A23ECA

Text Example


Text Example

White with #A23ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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