Html Css Color HEX #A11E5C Jazzberry Jam

📋 copy color: '#A11E5C'

red 161 ◦ green 30 ◦ blue 92

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

Shades of Jazzberry Jam #A11E5C

Tints of Jazzberry Jam #A11E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 56.89%
G = 10.6%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A11E5C (or 0xA11E5C) is known color: Jazzberry Jam. HEX triplet: A1, 1E and 5C. RGB value is (161,30,92). Sum of RGB (Red+Green+Blue) = 161+30+92=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E5C is #5EE1A3. Grayscale: #4C4C4C. Windows color (decimal): -6218148 or 6037153. OLE color: 6037153.

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

Color convert

RGB 161 30 92 -
CMYK 0 0.81 0.43 0.37
HSL 331.6º 0.69% 0.37% -
HSV(B) 331.6º 0.81% 0.63% -
XYZ 17.09 9.28 11.02 -
YUV 76.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 161 30 92 0 0.81 0.43 0.37 331.6 0.69 0.37
Hex A1 1E 5C 0 51 2B 25 14C 45 25
Octal 241 36 134 0 121 53 45 514 105 45
Binary 10100001 11110 1011100 0 1010001 101011 100101 101001100 1000101 100101

Color Harmonies of #A11E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11E5C

Black with #A11E5C

Text Example


Text Example

White with #A11E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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