Html Css Color HEX #A13EBC Dark Orchid

📋 copy color: '#A13EBC'

red 161 ◦ green 62 ◦ blue 188

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

Shades of Dark Orchid #A13EBC

Tints of Dark Orchid #A13EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 39.17%
G = 15.09%
B = 45.74%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A13EBC (or 0xA13EBC) is known color: Dark Orchid. HEX triplet: A1, 3E and BC. RGB value is (161,62,188). Sum of RGB (Red+Green+Blue) = 161+62+188=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #A13EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13EBC is #5EC143. Grayscale: #696969. Windows color (decimal): -6209860 or 12336801. OLE color: 12336801.

HSL color Cylindrical-coordinate representation of color #A13EBC: hue angle of 287.14º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13EBC is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 62 188 -
CMYK 0.14 0.67 0 0.26
HSL 287.14º 0.5% 0.49% -
HSV(B) 287.14º 0.67% 0.74% -
XYZ 25.5 14.65 49.06 -
YUV 105.97 174.3 167.25 -
System Red Green Blue C M Y K H S L
Decimal 161 62 188 0.14 0.67 0 0.26 287.14 0.5 0.49
Hex A1 3E BC E 43 0 1A 11F 32 31
Octal 241 76 274 16 103 0 32 437 62 61
Binary 10100001 111110 10111100 1110 1000011 0 11010 100011111 110010 110001

Color Harmonies of #A13EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13EBC

Black with #A13EBC

Text Example


Text Example

White with #A13EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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