Html Css Color HEX #A800B7 Dark Violet

📋 copy color: '#A800B7'

red 168 ◦ green 0 ◦ blue 183

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

Shades of Dark Violet #A800B7

Tints of Dark Violet #A800B7

RGB

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

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

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

R = 47.86%
G = 0%
B = 52.14%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A800B7 (or 0xA800B7) is known color: Dark Violet. HEX triplet: A8, 00 and B7. RGB value is (168,0,183). Sum of RGB (Red+Green+Blue) = 168+0+183=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #A800B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800B7 is #57FF48. Grayscale: #464646. Windows color (decimal): -5766985 or 11993256. OLE color: 11993256.

HSL color Cylindrical-coordinate representation of color #A800B7: hue angle of 295.08º 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 #A800B7 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 0 183 -
CMYK 0.08 1 0 0.28
HSL 295.08º 1% 0.36% -
HSV(B) 295.08º 1% 0.72% -
XYZ 24.7 11.74 45.76 -
YUV 71.09 191.16 197.12 -
System Red Green Blue C M Y K H S L
Decimal 168 0 183 0.08 1 0 0.28 295.08 1 0.36
Hex A8 0 B7 8 64 0 1C 127 64 24
Octal 250 0 267 10 144 0 34 447 144 44
Binary 10101000 0 10110111 1000 1100100 0 11100 100100111 1100100 100100

Color Harmonies of #A800B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800B7

Black with #A800B7

Text Example


Text Example

White with #A800B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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