Html Css Color HEX #A11CDA Dark Orchid

📋 copy color: '#A11CDA'

red 161 ◦ green 28 ◦ blue 218

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

Shades of Dark Orchid #A11CDA

Tints of Dark Orchid #A11CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.88%

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

R = 39.56%
G = 6.88%
B = 53.56%

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

#A11CDA (or 0xA11CDA) is known color: Dark Orchid. HEX triplet: A1, 1C and DA. RGB value is (161,28,218). Sum of RGB (Red+Green+Blue) = 161+28+218=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #A11CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CDA is #5EE325. Grayscale: #585858. Windows color (decimal): -6218534 or 14294177. OLE color: 14294177.

HSL color Cylindrical-coordinate representation of color #A11CDA: hue angle of 282º 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 #A11CDA is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 28 218 -
CMYK 0.26 0.87 0 0.15
HSL 282º 0.77% 0.48% -
HSV(B) 282º 0.87% 0.85% -
XYZ 27.77 13.47 67.47 -
YUV 89.43 200.56 179.05 -
System Red Green Blue C M Y K H S L
Decimal 161 28 218 0.26 0.87 0 0.15 282 0.77 0.48
Hex A1 1C DA 1A 57 0 F 11A 4D 30
Octal 241 34 332 32 127 0 17 432 115 60
Binary 10100001 11100 11011010 11010 1010111 0 1111 100011010 1001101 110000

Color Harmonies of #A11CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11CDA

Black with #A11CDA

Text Example


Text Example

White with #A11CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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