Html Css Color HEX #A10955 Jazzberry Jam

📋 copy color: '#A10955'

red 161 ◦ green 9 ◦ blue 85

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

Shades of Jazzberry Jam #A10955

Tints of Jazzberry Jam #A10955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.33%

R = 63.14%
G = 3.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A10955 (or 0xA10955) is known color: Jazzberry Jam. HEX triplet: A1, 09 and 55. RGB value is (161,9,85). Sum of RGB (Red+Green+Blue) = 161+9+85=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A10955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10955 is #5EF6AA. Grayscale: #3E3E3E. Windows color (decimal): -6223531 or 5573025. OLE color: 5573025.

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

Color convert

RGB 161 9 85 -
CMYK 0 0.94 0.47 0.37
HSL 330º 0.89% 0.33% -
HSV(B) 330º 0.94% 0.63% -
XYZ 16.44 8.43 9.35 -
YUV 63.11 140.36 197.82 -
System Red Green Blue C M Y K H S L
Decimal 161 9 85 0 0.94 0.47 0.37 330 0.89 0.33
Hex A1 9 55 0 5E 2F 25 14A 59 21
Octal 241 11 125 0 136 57 45 512 131 41
Binary 10100001 1001 1010101 0 1011110 101111 100101 101001010 1011001 100001

Color Harmonies of #A10955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10955

Black with #A10955

Text Example


Text Example

White with #A10955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10955; }

 p { color: rgb(161,9,85); }

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

background-color css

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

 a { background-color: rgb(161,9,85); }

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

border-color css

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

 span { border-color: rgb(161,9,85); }

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