Html Css Color HEX #A11BBA Dark Orchid

📋 copy color: '#A11BBA'

red 161 ◦ green 27 ◦ blue 186

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

Shades of Dark Orchid #A11BBA

Tints of Dark Orchid #A11BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 43.05%
G = 7.22%
B = 49.73%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A11BBA (or 0xA11BBA) is known color: Dark Orchid. HEX triplet: A1, 1B and BA. RGB value is (161,27,186). Sum of RGB (Red+Green+Blue) = 161+27+186=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #A11BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11BBA is #5EE445. Grayscale: #545454. Windows color (decimal): -6218822 or 12196769. OLE color: 12196769.

HSL color Cylindrical-coordinate representation of color #A11BBA: hue angle of 290.57º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11BBA is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 27 186 -
CMYK 0.13 0.85 0 0.27
HSL 290.57º 0.75% 0.42% -
HSV(B) 290.57º 0.85% 0.73% -
XYZ 23.95 11.91 47.49 -
YUV 85.19 184.89 182.07 -
System Red Green Blue C M Y K H S L
Decimal 161 27 186 0.13 0.85 0 0.27 290.57 0.75 0.42
Hex A1 1B BA D 55 0 1B 123 4B 2A
Octal 241 33 272 15 125 0 33 443 113 52
Binary 10100001 11011 10111010 1101 1010101 0 11011 100100011 1001011 101010

Color Harmonies of #A11BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11BBA

Black with #A11BBA

Text Example


Text Example

White with #A11BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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