Html Css Color HEX #A80369 Jazzberry Jam

📋 copy color: '#A80369'

red 168 ◦ green 3 ◦ blue 105

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

Shades of Jazzberry Jam #A80369

Tints of Jazzberry Jam #A80369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 105 (41.41% from 255) = 38.04%

R = 60.87%
G = 1.09%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A80369 (or 0xA80369) is known color: Jazzberry Jam. HEX triplet: A8, 03 and 69. RGB value is (168,3,105). Sum of RGB (Red+Green+Blue) = 168+3+105=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A80369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80369 is #57FC96. Grayscale: #3F3F3F. Windows color (decimal): -5766295 or 6882216. OLE color: 6882216.

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

Color convert

RGB 168 3 105 -
CMYK 0 0.98 0.38 0.34
HSL 322.91º 0.96% 0.34% -
HSV(B) 322.91º 0.98% 0.66% -
XYZ 18.73 9.41 14.19 -
YUV 63.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 168 3 105 0 0.98 0.38 0.34 322.91 0.96 0.34
Hex A8 3 69 0 62 26 22 143 60 22
Octal 250 3 151 0 142 46 42 503 140 42
Binary 10101000 11 1101001 0 1100010 100110 100010 101000011 1100000 100010

Color Harmonies of #A80369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80369

Black with #A80369

Text Example


Text Example

White with #A80369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80369; }

 p { color: rgb(168,3,105); }

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

background-color css

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

 a { background-color: rgb(168,3,105); }

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

border-color css

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

 span { border-color: rgb(168,3,105); }

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