Html Css Color HEX #A800B8 Dark Violet

📋 copy color: '#A800B8'

red 168 ◦ green 0 ◦ blue 184

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

Shades of Dark Violet #A800B8

Tints of Dark Violet #A800B8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 184 (72.27% from 255) = 52.27%

R = 47.73%
G = 0%
B = 52.27%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A800B8 (or 0xA800B8) is known color: Dark Violet. HEX triplet: A8, 00 and B8. RGB value is (168,0,184). Sum of RGB (Red+Green+Blue) = 168+0+184=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 184 (72.27% from 255 or 52.27% from 352); Max value from RGB is 184 - color contains mainly: blue. Hex color #A800B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800B8 is #57FF47. Grayscale: #464646. Windows color (decimal): -5766984 or 12058792. OLE color: 12058792.

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

Color convert

RGB 168 0 184 -
CMYK 0.09 1 0 0.28
HSL 294.78º 1% 0.36% -
HSV(B) 294.78º 1% 0.72% -
XYZ 24.8 11.79 46.32 -
YUV 71.21 191.66 197.04 -
System Red Green Blue C M Y K H S L
Decimal 168 0 184 0.09 1 0 0.28 294.78 1 0.36
Hex A8 0 B8 9 64 0 1C 127 64 24
Octal 250 0 270 11 144 0 34 447 144 44
Binary 10101000 0 10111000 1001 1100100 0 11100 100100111 1100100 100100

Color Harmonies of #A800B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800B8

Black with #A800B8

Text Example


Text Example

White with #A800B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800B8; }

 p { color: rgb(168,0,184); }

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

background-color css

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

 a { background-color: rgb(168,0,184); }

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

border-color css

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

 span { border-color: rgb(168,0,184); }

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