Html Css Color HEX #A11967 Jazzberry Jam

📋 copy color: '#A11967'

red 161 ◦ green 25 ◦ blue 103

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

Shades of Jazzberry Jam #A11967

Tints of Jazzberry Jam #A11967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 55.71%
G = 8.65%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A11967 (or 0xA11967) is known color: Jazzberry Jam. HEX triplet: A1, 19 and 67. RGB value is (161,25,103). Sum of RGB (Red+Green+Blue) = 161+25+103=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A11967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11967 is #5EE698. Grayscale: #4A4A4A. Windows color (decimal): -6219417 or 6756769. OLE color: 6756769.

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

Color convert

RGB 161 25 103 -
CMYK 0 0.84 0.36 0.37
HSL 325.59º 0.73% 0.36% -
HSV(B) 325.59º 0.84% 0.63% -
XYZ 17.49 9.25 13.7 -
YUV 74.56 144.06 189.66 -
System Red Green Blue C M Y K H S L
Decimal 161 25 103 0 0.84 0.36 0.37 325.59 0.73 0.36
Hex A1 19 67 0 54 24 25 146 49 24
Octal 241 31 147 0 124 44 45 506 111 44
Binary 10100001 11001 1100111 0 1010100 100100 100101 101000110 1001001 100100

Color Harmonies of #A11967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11967

Black with #A11967

Text Example


Text Example

White with #A11967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11967; }

 p { color: rgb(161,25,103); }

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

background-color css

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

 a { background-color: rgb(161,25,103); }

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

border-color css

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

 span { border-color: rgb(161,25,103); }

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