Html Css Color HEX #A13ECE Dark Orchid

📋 copy color: '#A13ECE'

red 161 ◦ green 62 ◦ blue 206

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

Shades of Dark Orchid #A13ECE

Tints of Dark Orchid #A13ECE

RGB

 RED value IS 161 (63.28% from 255) = 37.53%

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

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

R = 37.53%
G = 14.45%
B = 48.02%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A13ECE (or 0xA13ECE) is known color: Dark Orchid. HEX triplet: A1, 3E and CE. RGB value is (161,62,206). Sum of RGB (Red+Green+Blue) = 161+62+206=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #A13ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13ECE is #5EC131. Grayscale: #6B6B6B. Windows color (decimal): -6209842 or 13516449. OLE color: 13516449.

HSL color Cylindrical-coordinate representation of color #A13ECE: hue angle of 281.25º 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 #A13ECE is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 62 206 -
CMYK 0.22 0.70 0 0.19
HSL 281.25º 0.6% 0.53% -
HSV(B) 281.25º 0.7% 0.81% -
XYZ 27.56 15.48 59.93 -
YUV 108.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 161 62 206 0.22 0.70 0 0.19 281.25 0.6 0.53
Hex A1 3E CE 16 46 0 13 119 3C 35
Octal 241 76 316 26 106 0 23 431 74 65
Binary 10100001 111110 11001110 10110 1000110 0 10011 100011001 111100 110101

Color Harmonies of #A13ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13ECE

Black with #A13ECE

Text Example


Text Example

White with #A13ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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