Html Css Color HEX #A801B2 Dark Violet

📋 copy color: '#A801B2'

red 168 ◦ green 1 ◦ blue 178

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

Shades of Dark Violet #A801B2

Tints of Dark Violet #A801B2

RGB

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

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

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

R = 48.41%
G = 0.29%
B = 51.3%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A801B2 (or 0xA801B2) is known color: Dark Violet. HEX triplet: A8, 01 and B2. RGB value is (168,1,178). Sum of RGB (Red+Green+Blue) = 168+1+178=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 178 (69.92% from 255 or 51.30% from 347); Max value from RGB is 178 - color contains mainly: blue. Hex color #A801B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A801B2 is #57FE4D. Grayscale: #464646. Windows color (decimal): -5766734 or 11665832. OLE color: 11665832.

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

Color convert

RGB 168 1 178 -
CMYK 0.06 0.99 0 0.30
HSL 296.61º 0.99% 0.35% -
HSV(B) 296.61º 0.99% 0.7% -
XYZ 24.2 11.56 43.08 -
YUV 71.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 168 1 178 0.06 0.99 0 0.30 296.61 0.99 0.35
Hex A8 1 B2 6 63 0 1E 129 63 23
Octal 250 1 262 6 143 0 36 451 143 43
Binary 10101000 1 10110010 110 1100011 0 11110 100101001 1100011 100011

Color Harmonies of #A801B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A801B2

Black with #A801B2

Text Example


Text Example

White with #A801B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A801B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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