Html Css Color HEX #A11165 Jazzberry Jam

📋 copy color: '#A11165'

red 161 ◦ green 17 ◦ blue 101

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

Shades of Jazzberry Jam #A11165

Tints of Jazzberry Jam #A11165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

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

R = 57.71%
G = 6.09%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A11165 (or 0xA11165) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 65. RGB value is (161,17,101). Sum of RGB (Red+Green+Blue) = 161+17+101=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A11165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11165 is #5EEE9A. Grayscale: #454545. Windows color (decimal): -6221467 or 6623649. OLE color: 6623649.

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

Color convert

RGB 161 17 101 -
CMYK 0 0.89 0.37 0.37
HSL 325º 0.81% 0.35% -
HSV(B) 325º 0.89% 0.63% -
XYZ 17.25 8.92 13.12 -
YUV 69.63 145.71 193.17 -
System Red Green Blue C M Y K H S L
Decimal 161 17 101 0 0.89 0.37 0.37 325 0.81 0.35
Hex A1 11 65 0 59 25 25 145 51 23
Octal 241 21 145 0 131 45 45 505 121 43
Binary 10100001 10001 1100101 0 1011001 100101 100101 101000101 1010001 100011

Color Harmonies of #A11165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11165

Black with #A11165

Text Example


Text Example

White with #A11165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11165; }

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

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

background-color css

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

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

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

border-color css

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

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

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