Html Css Color HEX #A11FB2 Dark Orchid

📋 copy color: '#A11FB2'

red 161 ◦ green 31 ◦ blue 178

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

Shades of Dark Orchid #A11FB2

Tints of Dark Orchid #A11FB2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.38%

 BLUE value IS 178 (69.92% from 255) = 48.11%

R = 43.51%
G = 8.38%
B = 48.11%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A11FB2 (or 0xA11FB2) is known color: Dark Orchid. HEX triplet: A1, 1F and B2. RGB value is (161,31,178). Sum of RGB (Red+Green+Blue) = 161+31+178=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #A11FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11FB2 is #5EE04D. Grayscale: #565656. Windows color (decimal): -6217806 or 11673505. OLE color: 11673505.

HSL color Cylindrical-coordinate representation of color #A11FB2: hue angle of 293.06º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11FB2 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 31 178 -
CMYK 0.10 0.83 0 0.30
HSL 293.06º 0.7% 0.41% -
HSV(B) 293.06º 0.83% 0.7% -
XYZ 23.22 11.77 43.17 -
YUV 86.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 161 31 178 0.10 0.83 0 0.30 293.06 0.7 0.41
Hex A1 1F B2 A 53 0 1E 125 46 29
Octal 241 37 262 12 123 0 36 445 106 51
Binary 10100001 11111 10110010 1010 1010011 0 11110 100100101 1000110 101001

Color Harmonies of #A11FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FB2

Black with #A11FB2

Text Example


Text Example

White with #A11FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FB2; }

 p { color: rgb(161,31,178); }

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

background-color css

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

 a { background-color: rgb(161,31,178); }

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

border-color css

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

 span { border-color: rgb(161,31,178); }

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