Html Css Color HEX #A11ADD Dark Orchid

📋 copy color: '#A11ADD'

red 161 ◦ green 26 ◦ blue 221

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

Shades of Dark Orchid #A11ADD

Tints of Dark Orchid #A11ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.37%

 BLUE value IS 221 (86.72% from 255) = 54.17%

R = 39.46%
G = 6.37%
B = 54.17%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A11ADD (or 0xA11ADD) is known color: Dark Orchid. HEX triplet: A1, 1A and DD. RGB value is (161,26,221). Sum of RGB (Red+Green+Blue) = 161+26+221=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #A11ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11ADD is #5EE522. Grayscale: #575757. Windows color (decimal): -6219043 or 14490273. OLE color: 14490273.

HSL color Cylindrical-coordinate representation of color #A11ADD: hue angle of 281.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11ADD is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 26 221 -
CMYK 0.27 0.88 0 0.13
HSL 281.54º 0.79% 0.48% -
HSV(B) 281.54º 0.88% 0.87% -
XYZ 28.12 13.54 69.54 -
YUV 88.6 202.73 179.64 -
System Red Green Blue C M Y K H S L
Decimal 161 26 221 0.27 0.88 0 0.13 281.54 0.79 0.48
Hex A1 1A DD 1B 58 0 D 11A 4F 30
Octal 241 32 335 33 130 0 15 432 117 60
Binary 10100001 11010 11011101 11011 1011000 0 1101 100011010 1001111 110000

Color Harmonies of #A11ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11ADD

Black with #A11ADD

Text Example


Text Example

White with #A11ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11ADD; }

 p { color: rgb(161,26,221); }

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

background-color css

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

 a { background-color: rgb(161,26,221); }

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

border-color css

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

 span { border-color: rgb(161,26,221); }

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