Html Css Color HEX #A10552 Jazzberry Jam

📋 copy color: '#A10552'

red 161 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #A10552

Tints of Jazzberry Jam #A10552

RGB

 RED value IS 161 (63.28% from 255) = 64.92%

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

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

R = 64.92%
G = 2.02%
B = 33.06%

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

#A10552 (or 0xA10552) is known color: Jazzberry Jam. HEX triplet: A1, 05 and 52. RGB value is (161,5,82). Sum of RGB (Red+Green+Blue) = 161+5+82=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A10552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10552 is #5EFAAD. Grayscale: #3C3C3C. Windows color (decimal): -6224558 or 5375393. OLE color: 5375393.

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

Color convert

RGB 161 5 82 -
CMYK 0 0.97 0.49 0.37
HSL 330.38º 0.94% 0.33% -
HSV(B) 330.38º 0.97% 0.63% -
XYZ 16.28 8.29 8.73 -
YUV 60.42 140.18 199.74 -
System Red Green Blue C M Y K H S L
Decimal 161 5 82 0 0.97 0.49 0.37 330.38 0.94 0.33
Hex A1 5 52 0 61 31 25 14A 5E 21
Octal 241 5 122 0 141 61 45 512 136 41
Binary 10100001 101 1010010 0 1100001 110001 100101 101001010 1011110 100001

Color Harmonies of #A10552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10552

Black with #A10552

Text Example


Text Example

White with #A10552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10552; }

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

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

background-color css

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

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

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

border-color css

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

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

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