Html Css Color HEX #A80063 Jazzberry Jam

📋 copy color: '#A80063'

red 168 ◦ green 0 ◦ blue 99

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

Shades of Jazzberry Jam #A80063

Tints of Jazzberry Jam #A80063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.08%

R = 62.92%
G = 0%
B = 37.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A80063 (or 0xA80063) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 63. RGB value is (168,0,99). Sum of RGB (Red+Green+Blue) = 168+0+99=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A80063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80063 is #57FF9C. Grayscale: #3D3D3D. Windows color (decimal): -5767069 or 6488232. OLE color: 6488232.

HSL color Cylindrical-coordinate representation of color #A80063: hue angle of 324.64º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80063 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 0 99 -
CMYK 0 1 0.41 0.34
HSL 324.64º 1% 0.33% -
HSV(B) 324.64º 1% 0.66% -
XYZ 18.4 9.23 12.62 -
YUV 61.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 168 0 99 0 1 0.41 0.34 324.64 1 0.33
Hex A8 0 63 0 64 29 22 145 64 21
Octal 250 0 143 0 144 51 42 505 144 41
Binary 10101000 0 1100011 0 1100100 101001 100010 101000101 1100100 100001

Color Harmonies of #A80063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80063

Black with #A80063

Text Example


Text Example

White with #A80063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80063; }

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

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

background-color css

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

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

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

border-color css

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

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

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