Html Css Color HEX #A11DDA Dark Orchid

📋 copy color: '#A11DDA'

red 161 ◦ green 29 ◦ blue 218

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

Shades of Dark Orchid #A11DDA

Tints of Dark Orchid #A11DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.11%

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 39.46%
G = 7.11%
B = 53.43%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A11DDA (or 0xA11DDA) is known color: Dark Orchid. HEX triplet: A1, 1D and DA. RGB value is (161,29,218). Sum of RGB (Red+Green+Blue) = 161+29+218=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #A11DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DDA is #5EE225. Grayscale: #595959. Windows color (decimal): -6218278 or 14294433. OLE color: 14294433.

HSL color Cylindrical-coordinate representation of color #A11DDA: hue angle of 281.9º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11DDA is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 29 218 -
CMYK 0.26 0.87 0 0.15
HSL 281.9º 0.77% 0.48% -
HSV(B) 281.9º 0.87% 0.85% -
XYZ 27.79 13.52 67.47 -
YUV 90.01 200.23 178.63 -
System Red Green Blue C M Y K H S L
Decimal 161 29 218 0.26 0.87 0 0.15 281.9 0.77 0.48
Hex A1 1D DA 1A 57 0 F 11A 4D 30
Octal 241 35 332 32 127 0 17 432 115 60
Binary 10100001 11101 11011010 11010 1010111 0 1111 100011010 1001101 110000

Color Harmonies of #A11DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11DDA

Black with #A11DDA

Text Example


Text Example

White with #A11DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11DDA; }

 p { color: rgb(161,29,218); }

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

background-color css

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

 a { background-color: rgb(161,29,218); }

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

border-color css

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

 span { border-color: rgb(161,29,218); }

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