Html Css Color HEX #A11E5D Jazzberry Jam

📋 copy color: '#A11E5D'

red 161 ◦ green 30 ◦ blue 93

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

Shades of Jazzberry Jam #A11E5D

Tints of Jazzberry Jam #A11E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 56.69%
G = 10.56%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A11E5D (or 0xA11E5D) is known color: Jazzberry Jam. HEX triplet: A1, 1E and 5D. RGB value is (161,30,93). Sum of RGB (Red+Green+Blue) = 161+30+93=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E5D is #5EE1A2. Grayscale: #4C4C4C. Windows color (decimal): -6218147 or 6102689. OLE color: 6102689.

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

Color convert

RGB 161 30 93 -
CMYK 0 0.81 0.42 0.37
HSL 331.15º 0.69% 0.37% -
HSV(B) 331.15º 0.81% 0.63% -
XYZ 17.14 9.3 11.25 -
YUV 76.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 161 30 93 0 0.81 0.42 0.37 331.15 0.69 0.37
Hex A1 1E 5D 0 51 2A 25 14B 45 25
Octal 241 36 135 0 121 52 45 513 105 45
Binary 10100001 11110 1011101 0 1010001 101010 100101 101001011 1000101 100101

Color Harmonies of #A11E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11E5D

Black with #A11E5D

Text Example


Text Example

White with #A11E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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