Html Css Color HEX #A10553 Jazzberry Jam

📋 copy color: '#A10553'

red 161 ◦ green 5 ◦ blue 83

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

Shades of Jazzberry Jam #A10553

Tints of Jazzberry Jam #A10553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 64.66%
G = 2.01%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A10553 (or 0xA10553) is known color: Jazzberry Jam. HEX triplet: A1, 05 and 53. RGB value is (161,5,83). Sum of RGB (Red+Green+Blue) = 161+5+83=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A10553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10553 is #5EFAAC. Grayscale: #3C3C3C. Windows color (decimal): -6224557 or 5440929. OLE color: 5440929.

HSL color Cylindrical-coordinate representation of color #A10553: hue angle of 330º 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 #A10553 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 5 83 -
CMYK 0 0.97 0.48 0.37
HSL 330º 0.94% 0.33% -
HSV(B) 330º 0.97% 0.63% -
XYZ 16.31 8.31 8.93 -
YUV 60.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 161 5 83 0 0.97 0.48 0.37 330 0.94 0.33
Hex A1 5 53 0 61 30 25 14A 5E 21
Octal 241 5 123 0 141 60 45 512 136 41
Binary 10100001 101 1010011 0 1100001 110000 100101 101001010 1011110 100001

Color Harmonies of #A10553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10553

Black with #A10553

Text Example


Text Example

White with #A10553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10553; }

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

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

background-color css

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

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

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

border-color css

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

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

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