Html Css Color HEX #A80263 Jazzberry Jam

📋 copy color: '#A80263'

red 168 ◦ green 2 ◦ blue 99

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

Shades of Jazzberry Jam #A80263

Tints of Jazzberry Jam #A80263

RGB

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

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

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

R = 62.45%
G = 0.74%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A80263 (or 0xA80263) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 63. RGB value is (168,2,99). Sum of RGB (Red+Green+Blue) = 168+2+99=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A80263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80263 is #57FD9C. Grayscale: #3E3E3E. Windows color (decimal): -5766557 or 6488744. OLE color: 6488744.

HSL color Cylindrical-coordinate representation of color #A80263: hue angle of 324.94º 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 #A80263 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 2 99 -
CMYK 0 0.99 0.41 0.34
HSL 324.94º 0.98% 0.33% -
HSV(B) 324.94º 0.99% 0.66% -
XYZ 18.42 9.27 12.62 -
YUV 62.69 148.5 203.11 -
System Red Green Blue C M Y K H S L
Decimal 168 2 99 0 0.99 0.41 0.34 324.94 0.98 0.33
Hex A8 2 63 0 63 29 22 145 62 21
Octal 250 2 143 0 143 51 42 505 142 41
Binary 10101000 10 1100011 0 1100011 101001 100010 101000101 1100010 100001

Color Harmonies of #A80263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80263

Black with #A80263

Text Example


Text Example

White with #A80263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80263; }

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

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

background-color css

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

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

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

border-color css

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

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

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