Html Css Color HEX #A801B9 Dark Violet

📋 copy color: '#A801B9'

red 168 ◦ green 1 ◦ blue 185

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

Shades of Dark Violet #A801B9

Tints of Dark Violet #A801B9

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 185 (72.66% from 255) = 52.26%

R = 47.46%
G = 0.28%
B = 52.26%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A801B9 (or 0xA801B9) is known color: Dark Violet. HEX triplet: A8, 01 and B9. RGB value is (168,1,185). Sum of RGB (Red+Green+Blue) = 168+1+185=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #A801B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A801B9 is #57FE46. Grayscale: #474747. Windows color (decimal): -5766727 or 12124584. OLE color: 12124584.

HSL color Cylindrical-coordinate representation of color #A801B9: hue angle of 294.46º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A801B9 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 1 185 -
CMYK 0.09 0.99 0 0.27
HSL 294.46º 0.99% 0.36% -
HSV(B) 294.46º 0.99% 0.73% -
XYZ 24.92 11.85 46.87 -
YUV 71.91 191.83 196.54 -
System Red Green Blue C M Y K H S L
Decimal 168 1 185 0.09 0.99 0 0.27 294.46 0.99 0.36
Hex A8 1 B9 9 63 0 1B 126 63 24
Octal 250 1 271 11 143 0 33 446 143 44
Binary 10101000 1 10111001 1001 1100011 0 11011 100100110 1100011 100100

Color Harmonies of #A801B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A801B9

Black with #A801B9

Text Example


Text Example

White with #A801B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A801B9; }

 p { color: rgb(168,1,185); }

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

background-color css

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

 a { background-color: rgb(168,1,185); }

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

border-color css

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

 span { border-color: rgb(168,1,185); }

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