Html Css Color HEX #A11264 Jazzberry Jam

📋 copy color: '#A11264'

red 161 ◦ green 18 ◦ blue 100

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

Shades of Jazzberry Jam #A11264

Tints of Jazzberry Jam #A11264

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.45%

 BLUE value IS 100 (39.45% from 255) = 35.84%

R = 57.71%
G = 6.45%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A11264 (or 0xA11264) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 64. RGB value is (161,18,100). Sum of RGB (Red+Green+Blue) = 161+18+100=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A11264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11264 is #5EED9B. Grayscale: #454545. Windows color (decimal): -6221212 or 6558369. OLE color: 6558369.

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

Color convert

RGB 161 18 100 -
CMYK 0 0.89 0.38 0.37
HSL 325.59º 0.8% 0.35% -
HSV(B) 325.59º 0.89% 0.63% -
XYZ 17.21 8.93 12.87 -
YUV 70.11 144.88 192.83 -
System Red Green Blue C M Y K H S L
Decimal 161 18 100 0 0.89 0.38 0.37 325.59 0.8 0.35
Hex A1 12 64 0 59 26 25 146 50 23
Octal 241 22 144 0 131 46 45 506 120 43
Binary 10100001 10010 1100100 0 1011001 100110 100101 101000110 1010000 100011

Color Harmonies of #A11264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11264

Black with #A11264

Text Example


Text Example

White with #A11264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11264; }

 p { color: rgb(161,18,100); }

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

background-color css

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

 a { background-color: rgb(161,18,100); }

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

border-color css

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

 span { border-color: rgb(161,18,100); }

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