Html Css Color HEX #A00552 Jazzberry Jam

📋 copy color: '#A00552'

red 160 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #A00552

Tints of Jazzberry Jam #A00552

RGB

 RED value IS 160 (62.89% from 255) = 64.78%

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 82 (32.42% from 255) = 33.2%

R = 64.78%
G = 2.02%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A00552 (or 0xA00552) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 52. RGB value is (160,5,82). Sum of RGB (Red+Green+Blue) = 160+5+82=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A00552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00552 is #5FFAAD. Grayscale: #3B3B3B. Windows color (decimal): -6290094 or 5375392. OLE color: 5375392.

HSL color Cylindrical-coordinate representation of color #A00552: hue angle of 330.19º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00552 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 5 82 -
CMYK 0 0.97 0.49 0.37
HSL 330.19º 0.94% 0.32% -
HSV(B) 330.19º 0.97% 0.63% -
XYZ 16.07 8.19 8.72 -
YUV 60.12 140.35 199.24 -
System Red Green Blue C M Y K H S L
Decimal 160 5 82 0 0.97 0.49 0.37 330.19 0.94 0.32
Hex A0 5 52 0 61 31 25 14A 5E 20
Octal 240 5 122 0 141 61 45 512 136 40
Binary 10100000 101 1010010 0 1100001 110001 100101 101001010 1011110 100000

Color Harmonies of #A00552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00552

Black with #A00552

Text Example


Text Example

White with #A00552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00552; }

 p { color: rgb(160,5,82); }

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

background-color css

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

 a { background-color: rgb(160,5,82); }

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

border-color css

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

 span { border-color: rgb(160,5,82); }

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