Html Css Color HEX #A80259 Jazzberry Jam

📋 copy color: '#A80259'

red 168 ◦ green 2 ◦ blue 89

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

Shades of Jazzberry Jam #A80259

Tints of Jazzberry Jam #A80259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 89 (35.16% from 255) = 34.36%

R = 64.86%
G = 0.77%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A80259 (or 0xA80259) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 59. RGB value is (168,2,89). Sum of RGB (Red+Green+Blue) = 168+2+89=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A80259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80259 is #57FDA6. Grayscale: #3D3D3D. Windows color (decimal): -5766567 or 5833384. OLE color: 5833384.

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

Color convert

RGB 168 2 89 -
CMYK 0 0.99 0.47 0.34
HSL 328.55º 0.98% 0.33% -
HSV(B) 328.55º 0.99% 0.66% -
XYZ 17.97 9.09 10.26 -
YUV 61.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 168 2 89 0 0.99 0.47 0.34 328.55 0.98 0.33
Hex A8 2 59 0 63 2F 22 149 62 21
Octal 250 2 131 0 143 57 42 511 142 41
Binary 10101000 10 1011001 0 1100011 101111 100010 101001001 1100010 100001

Color Harmonies of #A80259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80259

Black with #A80259

Text Example


Text Example

White with #A80259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80259; }

 p { color: rgb(168,2,89); }

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

background-color css

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

 a { background-color: rgb(168,2,89); }

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

border-color css

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

 span { border-color: rgb(168,2,89); }

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