Html Css Color HEX #A811BE Dark Violet

📋 copy color: '#A811BE'

red 168 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #A811BE

Tints of Dark Violet #A811BE

RGB

 RED value IS 168 (66.02% from 255) = 44.8%

 GREEN value IS 17 (7.03% from 255) = 4.53%

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 44.8%
G = 4.53%
B = 50.67%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A811BE (or 0xA811BE) is known color: Dark Violet. HEX triplet: A8, 11 and BE. RGB value is (168,17,190). Sum of RGB (Red+Green+Blue) = 168+17+190=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #A811BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811BE is #57EE41. Grayscale: #515151. Windows color (decimal): -5762626 or 12456360. OLE color: 12456360.

HSL color Cylindrical-coordinate representation of color #A811BE: hue angle of 292.37º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A811BE is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 17 190 -
CMYK 0.12 0.91 0 0.25
HSL 292.37º 0.84% 0.41% -
HSV(B) 292.37º 0.91% 0.75% -
XYZ 25.64 12.44 49.77 -
YUV 81.87 189.03 189.43 -
System Red Green Blue C M Y K H S L
Decimal 168 17 190 0.12 0.91 0 0.25 292.37 0.84 0.41
Hex A8 11 BE C 5B 0 19 124 54 29
Octal 250 21 276 14 133 0 31 444 124 51
Binary 10101000 10001 10111110 1100 1011011 0 11001 100100100 1010100 101001

Color Harmonies of #A811BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811BE

Black with #A811BE

Text Example


Text Example

White with #A811BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811BE; }

 p { color: rgb(168,17,190); }

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

background-color css

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

 a { background-color: rgb(168,17,190); }

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

border-color css

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

 span { border-color: rgb(168,17,190); }

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