Html Css Color HEX #A80BE9 Dark Violet

📋 copy color: '#A80BE9'

red 168 ◦ green 11 ◦ blue 233

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

Shades of Dark Violet #A80BE9

Tints of Dark Violet #A80BE9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.67%

 BLUE value IS 233 (91.41% from 255) = 56.55%

R = 40.78%
G = 2.67%
B = 56.55%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A80BE9 (or 0xA80BE9) is known color: Dark Violet. HEX triplet: A8, 0B and E9. RGB value is (168,11,233). Sum of RGB (Red+Green+Blue) = 168+11+233=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 233 (91.41% from 255 or 56.55% from 412); Max value from RGB is 233 - color contains mainly: blue. Hex color #A80BE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80BE9 is #57F416. Grayscale: #525252. Windows color (decimal): -5764119 or 15272872. OLE color: 15272872.

HSL color Cylindrical-coordinate representation of color #A80BE9: hue angle of 282.43º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80BE9 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 11 233 -
CMYK 0.28 0.95 0 0.09
HSL 282.43º 0.91% 0.48% -
HSV(B) 282.43º 0.95% 0.91% -
XYZ 30.98 14.45 78.25 -
YUV 83.25 212.51 188.45 -
System Red Green Blue C M Y K H S L
Decimal 168 11 233 0.28 0.95 0 0.09 282.43 0.91 0.48
Hex A8 B E9 1C 5F 0 9 11A 5B 30
Octal 250 13 351 34 137 0 11 432 133 60
Binary 10101000 1011 11101001 11100 1011111 0 1001 100011010 1011011 110000

Color Harmonies of #A80BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80BE9

Black with #A80BE9

Text Example


Text Example

White with #A80BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80BE9; }

 p { color: rgb(168,11,233); }

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

background-color css

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

 a { background-color: rgb(168,11,233); }

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

border-color css

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

 span { border-color: rgb(168,11,233); }

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