Html Css Color HEX #A13ECC Dark Orchid

📋 copy color: '#A13ECC'

red 161 ◦ green 62 ◦ blue 204

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

Shades of Dark Orchid #A13ECC

Tints of Dark Orchid #A13ECC

RGB

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

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

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

R = 37.7%
G = 14.52%
B = 47.78%

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

#A13ECC (or 0xA13ECC) is known color: Dark Orchid. HEX triplet: A1, 3E and CC. RGB value is (161,62,204). Sum of RGB (Red+Green+Blue) = 161+62+204=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #A13ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13ECC is #5EC133. Grayscale: #6B6B6B. Windows color (decimal): -6209844 or 13385377. OLE color: 13385377.

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

Color convert

RGB 161 62 204 -
CMYK 0.21 0.70 0 0.2
HSL 281.83º 0.58% 0.52% -
HSV(B) 281.83º 0.7% 0.8% -
XYZ 27.32 15.38 58.66 -
YUV 107.79 182.3 165.95 -
System Red Green Blue C M Y K H S L
Decimal 161 62 204 0.21 0.70 0 0.2 281.83 0.58 0.52
Hex A1 3E CC 15 46 0 14 11A 3A 34
Octal 241 76 314 25 106 0 24 432 72 64
Binary 10100001 111110 11001100 10101 1000110 0 10100 100011010 111010 110100

Color Harmonies of #A13ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13ECC

Black with #A13ECC

Text Example


Text Example

White with #A13ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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