Html Css Color HEX #A11565 Jazzberry Jam

📋 copy color: '#A11565'

red 161 ◦ green 21 ◦ blue 101

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

Shades of Jazzberry Jam #A11565

Tints of Jazzberry Jam #A11565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 56.89%
G = 7.42%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A11565 (or 0xA11565) is known color: Jazzberry Jam. HEX triplet: A1, 15 and 65. RGB value is (161,21,101). Sum of RGB (Red+Green+Blue) = 161+21+101=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A11565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11565 is #5EEA9A. Grayscale: #474747. Windows color (decimal): -6220443 or 6624673. OLE color: 6624673.

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

Color convert

RGB 161 21 101 -
CMYK 0 0.87 0.37 0.37
HSL 325.71º 0.77% 0.36% -
HSV(B) 325.71º 0.87% 0.63% -
XYZ 17.32 9.05 13.15 -
YUV 71.98 144.38 191.5 -
System Red Green Blue C M Y K H S L
Decimal 161 21 101 0 0.87 0.37 0.37 325.71 0.77 0.36
Hex A1 15 65 0 57 25 25 146 4D 24
Octal 241 25 145 0 127 45 45 506 115 44
Binary 10100001 10101 1100101 0 1010111 100101 100101 101000110 1001101 100100

Color Harmonies of #A11565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11565

Black with #A11565

Text Example


Text Example

White with #A11565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11565; }

 p { color: rgb(161,21,101); }

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

background-color css

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

 a { background-color: rgb(161,21,101); }

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

border-color css

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

 span { border-color: rgb(161,21,101); }

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