Html Css Color HEX #A80862 Jazzberry Jam

📋 copy color: '#A80862'

red 168 ◦ green 8 ◦ blue 98

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

Shades of Jazzberry Jam #A80862

Tints of Jazzberry Jam #A80862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 98 (38.67% from 255) = 35.77%

R = 61.31%
G = 2.92%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A80862 (or 0xA80862) is known color: Jazzberry Jam. HEX triplet: A8, 08 and 62. RGB value is (168,8,98). Sum of RGB (Red+Green+Blue) = 168+8+98=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A80862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80862 is #57F79D. Grayscale: #414141. Windows color (decimal): -5765022 or 6424744. OLE color: 6424744.

HSL color Cylindrical-coordinate representation of color #A80862: hue angle of 326.25º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80862 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 8 98 -
CMYK 0 0.95 0.42 0.34
HSL 326.25º 0.91% 0.35% -
HSV(B) 326.25º 0.95% 0.66% -
XYZ 18.44 9.38 12.39 -
YUV 66.1 146.01 200.68 -
System Red Green Blue C M Y K H S L
Decimal 168 8 98 0 0.95 0.42 0.34 326.25 0.91 0.35
Hex A8 8 62 0 5F 2A 22 146 5B 23
Octal 250 10 142 0 137 52 42 506 133 43
Binary 10101000 1000 1100010 0 1011111 101010 100010 101000110 1011011 100011

Color Harmonies of #A80862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80862

Black with #A80862

Text Example


Text Example

White with #A80862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80862; }

 p { color: rgb(168,8,98); }

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

background-color css

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

 a { background-color: rgb(168,8,98); }

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

border-color css

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

 span { border-color: rgb(168,8,98); }

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