Html Css Color HEX #A11E60 Jazzberry Jam

📋 copy color: '#A11E60'

red 161 ◦ green 30 ◦ blue 96

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

Shades of Jazzberry Jam #A11E60

Tints of Jazzberry Jam #A11E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.45%

 BLUE value IS 96 (37.89% from 255) = 33.45%

R = 56.1%
G = 10.45%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A11E60 (or 0xA11E60) is known color: Jazzberry Jam. HEX triplet: A1, 1E and 60. RGB value is (161,30,96). Sum of RGB (Red+Green+Blue) = 161+30+96=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E60 is #5EE19F. Grayscale: #4C4C4C. Windows color (decimal): -6218144 or 6299297. OLE color: 6299297.

HSL color Cylindrical-coordinate representation of color #A11E60: hue angle of 329.77º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11E60 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 30 96 -
CMYK 0 0.81 0.40 0.37
HSL 329.77º 0.69% 0.37% -
HSV(B) 329.77º 0.81% 0.63% -
XYZ 17.27 9.35 11.96 -
YUV 76.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 161 30 96 0 0.81 0.40 0.37 329.77 0.69 0.37
Hex A1 1E 60 0 51 28 25 14A 45 25
Octal 241 36 140 0 121 50 45 512 105 45
Binary 10100001 11110 1100000 0 1010001 101000 100101 101001010 1000101 100101

Color Harmonies of #A11E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11E60

Black with #A11E60

Text Example


Text Example

White with #A11E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11E60; }

 p { color: rgb(161,30,96); }

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

background-color css

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

 a { background-color: rgb(161,30,96); }

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

border-color css

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

 span { border-color: rgb(161,30,96); }

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