Html Css Color HEX #A11AD7 Dark Orchid

📋 copy color: '#A11AD7'

red 161 ◦ green 26 ◦ blue 215

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

Shades of Dark Orchid #A11AD7

Tints of Dark Orchid #A11AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.48%

R = 40.05%
G = 6.47%
B = 53.48%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A11AD7 (or 0xA11AD7) is known color: Dark Orchid. HEX triplet: A1, 1A and D7. RGB value is (161,26,215). Sum of RGB (Red+Green+Blue) = 161+26+215=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #A11AD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11AD7 is #5EE528. Grayscale: #575757. Windows color (decimal): -6219049 or 14097057. OLE color: 14097057.

HSL color Cylindrical-coordinate representation of color #A11AD7: hue angle of 282.86º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11AD7 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 26 215 -
CMYK 0.25 0.88 0 0.16
HSL 282.86º 0.78% 0.47% -
HSV(B) 282.86º 0.88% 0.84% -
XYZ 27.33 13.22 65.4 -
YUV 87.91 199.73 180.13 -
System Red Green Blue C M Y K H S L
Decimal 161 26 215 0.25 0.88 0 0.16 282.86 0.78 0.47
Hex A1 1A D7 19 58 0 10 11B 4E 2F
Octal 241 32 327 31 130 0 20 433 116 57
Binary 10100001 11010 11010111 11001 1011000 0 10000 100011011 1001110 101111

Color Harmonies of #A11AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11AD7

Black with #A11AD7

Text Example


Text Example

White with #A11AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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