Html Css Color HEX #A11BAF Dark Orchid

📋 copy color: '#A11BAF'

red 161 ◦ green 27 ◦ blue 175

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

Shades of Dark Orchid #A11BAF

Tints of Dark Orchid #A11BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.44%

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 44.35%
G = 7.44%
B = 48.21%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A11BAF (or 0xA11BAF) is known color: Dark Orchid. HEX triplet: A1, 1B and AF. RGB value is (161,27,175). Sum of RGB (Red+Green+Blue) = 161+27+175=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #A11BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11BAF is #5EE450. Grayscale: #535353. Windows color (decimal): -6218833 or 11475873. OLE color: 11475873.

HSL color Cylindrical-coordinate representation of color #A11BAF: hue angle of 294.32º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11BAF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 27 175 -
CMYK 0.08 0.85 0 0.31
HSL 294.32º 0.73% 0.4% -
HSV(B) 294.32º 0.85% 0.69% -
XYZ 22.83 11.46 41.57 -
YUV 83.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 161 27 175 0.08 0.85 0 0.31 294.32 0.73 0.4
Hex A1 1B AF 8 55 0 1F 126 49 28
Octal 241 33 257 10 125 0 37 446 111 50
Binary 10100001 11011 10101111 1000 1010101 0 11111 100100110 1001001 101000

Color Harmonies of #A11BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11BAF

Black with #A11BAF

Text Example


Text Example

White with #A11BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11BAF; }

 p { color: rgb(161,27,175); }

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

background-color css

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

 a { background-color: rgb(161,27,175); }

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

border-color css

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

 span { border-color: rgb(161,27,175); }

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