Html Css Color HEX #A11255 Jazzberry Jam

📋 copy color: '#A11255'

red 161 ◦ green 18 ◦ blue 85

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

Shades of Jazzberry Jam #A11255

Tints of Jazzberry Jam #A11255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

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

R = 60.98%
G = 6.82%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A11255 (or 0xA11255) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 55. RGB value is (161,18,85). Sum of RGB (Red+Green+Blue) = 161+18+85=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A11255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11255 is #5EEDAA. Grayscale: #444444. Windows color (decimal): -6221227 or 5575329. OLE color: 5575329.

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

Color convert

RGB 161 18 85 -
CMYK 0 0.89 0.47 0.37
HSL 331.89º 0.8% 0.35% -
HSV(B) 331.89º 0.89% 0.63% -
XYZ 16.55 8.67 9.39 -
YUV 68.4 137.38 194.05 -
System Red Green Blue C M Y K H S L
Decimal 161 18 85 0 0.89 0.47 0.37 331.89 0.8 0.35
Hex A1 12 55 0 59 2F 25 14C 50 23
Octal 241 22 125 0 131 57 45 514 120 43
Binary 10100001 10010 1010101 0 1011001 101111 100101 101001100 1010000 100011

Color Harmonies of #A11255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11255

Black with #A11255

Text Example


Text Example

White with #A11255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11255; }

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

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

background-color css

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

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

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

border-color css

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

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

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