Html Css Color HEX #A23ECE Dark Orchid

📋 copy color: '#A23ECE'

red 162 ◦ green 62 ◦ blue 206

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

Shades of Dark Orchid #A23ECE

Tints of Dark Orchid #A23ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 37.67%
G = 14.42%
B = 47.91%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A23ECE (or 0xA23ECE) is known color: Dark Orchid. HEX triplet: A2, 3E and CE. RGB value is (162,62,206). Sum of RGB (Red+Green+Blue) = 162+62+206=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #A23ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ECE is #5DC131. Grayscale: #6B6B6B. Windows color (decimal): -6144306 or 13516450. OLE color: 13516450.

HSL color Cylindrical-coordinate representation of color #A23ECE: hue angle of 281.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23ECE is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 62 206 -
CMYK 0.21 0.70 0 0.19
HSL 281.67º 0.6% 0.53% -
HSV(B) 281.67º 0.7% 0.81% -
XYZ 27.76 15.58 59.94 -
YUV 108.32 183.13 166.29 -
System Red Green Blue C M Y K H S L
Decimal 162 62 206 0.21 0.70 0 0.19 281.67 0.6 0.53
Hex A2 3E CE 15 46 0 13 11A 3C 35
Octal 242 76 316 25 106 0 23 432 74 65
Binary 10100010 111110 11001110 10101 1000110 0 10011 100011010 111100 110101

Color Harmonies of #A23ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23ECE

Black with #A23ECE

Text Example


Text Example

White with #A23ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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