Html Css Color HEX #A80967 Jazzberry Jam

📋 copy color: '#A80967'

red 168 ◦ green 9 ◦ blue 103

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

Shades of Jazzberry Jam #A80967

Tints of Jazzberry Jam #A80967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

 BLUE value IS 103 (40.63% from 255) = 36.79%

R = 60%
G = 3.21%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A80967 (or 0xA80967) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 67. RGB value is (168,9,103). Sum of RGB (Red+Green+Blue) = 168+9+103=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A80967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80967 is #57F698. Grayscale: #434343. Windows color (decimal): -5764761 or 6752680. OLE color: 6752680.

HSL color Cylindrical-coordinate representation of color #A80967: hue angle of 324.53º degrees, saturation: 0.9, 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 #A80967 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 9 103 -
CMYK 0 0.95 0.39 0.34
HSL 324.53º 0.9% 0.35% -
HSV(B) 324.53º 0.95% 0.66% -
XYZ 18.69 9.5 13.68 -
YUV 67.26 148.18 199.86 -
System Red Green Blue C M Y K H S L
Decimal 168 9 103 0 0.95 0.39 0.34 324.53 0.9 0.35
Hex A8 9 67 0 5F 27 22 145 5A 23
Octal 250 11 147 0 137 47 42 505 132 43
Binary 10101000 1001 1100111 0 1011111 100111 100010 101000101 1011010 100011

Color Harmonies of #A80967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80967

Black with #A80967

Text Example


Text Example

White with #A80967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80967; }

 p { color: rgb(168,9,103); }

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

background-color css

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

 a { background-color: rgb(168,9,103); }

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

border-color css

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

 span { border-color: rgb(168,9,103); }

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