Html Css Color HEX #A801B7 Dark Violet

📋 copy color: '#A801B7'

red 168 ◦ green 1 ◦ blue 183

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

Shades of Dark Violet #A801B7

Tints of Dark Violet #A801B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.99%

R = 47.73%
G = 0.28%
B = 51.99%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A801B7 (or 0xA801B7) is known color: Dark Violet. HEX triplet: A8, 01 and B7. RGB value is (168,1,183). Sum of RGB (Red+Green+Blue) = 168+1+183=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #A801B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A801B7 is #57FE48. Grayscale: #474747. Windows color (decimal): -5766729 or 11993512. OLE color: 11993512.

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

Color convert

RGB 168 1 183 -
CMYK 0.08 0.99 0 0.28
HSL 295.06º 0.99% 0.36% -
HSV(B) 295.06º 0.99% 0.72% -
XYZ 24.71 11.77 45.77 -
YUV 71.68 190.83 196.7 -
System Red Green Blue C M Y K H S L
Decimal 168 1 183 0.08 0.99 0 0.28 295.06 0.99 0.36
Hex A8 1 B7 8 63 0 1C 127 63 24
Octal 250 1 267 10 143 0 34 447 143 44
Binary 10101000 1 10110111 1000 1100011 0 11100 100100111 1100011 100100

Color Harmonies of #A801B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A801B7

Black with #A801B7

Text Example


Text Example

White with #A801B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A801B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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