Html Css Color HEX #A13ED0 Dark Orchid

📋 copy color: '#A13ED0'

red 161 ◦ green 62 ◦ blue 208

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

Shades of Dark Orchid #A13ED0

Tints of Dark Orchid #A13ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 37.35%
G = 14.39%
B = 48.26%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A13ED0 (or 0xA13ED0) is known color: Dark Orchid. HEX triplet: A1, 3E and D0. RGB value is (161,62,208). Sum of RGB (Red+Green+Blue) = 161+62+208=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #A13ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13ED0 is #5EC12F. Grayscale: #6B6B6B. Windows color (decimal): -6209840 or 13647521. OLE color: 13647521.

HSL color Cylindrical-coordinate representation of color #A13ED0: hue angle of 280.68º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13ED0 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 62 208 -
CMYK 0.23 0.70 0 0.18
HSL 280.68º 0.61% 0.53% -
HSV(B) 280.68º 0.7% 0.82% -
XYZ 27.81 15.58 61.22 -
YUV 108.25 184.3 165.63 -
System Red Green Blue C M Y K H S L
Decimal 161 62 208 0.23 0.70 0 0.18 280.68 0.61 0.53
Hex A1 3E D0 17 46 0 12 119 3D 35
Octal 241 76 320 27 106 0 22 431 75 65
Binary 10100001 111110 11010000 10111 1000110 0 10010 100011001 111101 110101

Color Harmonies of #A13ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13ED0

Black with #A13ED0

Text Example


Text Example

White with #A13ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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