Html Css Color HEX #A13ECB Dark Orchid

📋 copy color: '#A13ECB'

red 161 ◦ green 62 ◦ blue 203

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

Shades of Dark Orchid #A13ECB

Tints of Dark Orchid #A13ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 37.79%
G = 14.55%
B = 47.65%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A13ECB (or 0xA13ECB) is known color: Dark Orchid. HEX triplet: A1, 3E and CB. RGB value is (161,62,203). Sum of RGB (Red+Green+Blue) = 161+62+203=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #A13ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13ECB is #5EC134. Grayscale: #6B6B6B. Windows color (decimal): -6209845 or 13319841. OLE color: 13319841.

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

Color convert

RGB 161 62 203 -
CMYK 0.21 0.69 0 0.20
HSL 282.13º 0.58% 0.52% -
HSV(B) 282.13º 0.69% 0.8% -
XYZ 27.2 15.33 58.03 -
YUV 107.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 161 62 203 0.21 0.69 0 0.20 282.13 0.58 0.52
Hex A1 3E CB 15 45 0 14 11A 3A 34
Octal 241 76 313 25 105 0 24 432 72 64
Binary 10100001 111110 11001011 10101 1000101 0 10100 100011010 111010 110100

Color Harmonies of #A13ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13ECB

Black with #A13ECB

Text Example


Text Example

White with #A13ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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