Html Css Color HEX #A11D6C Jazzberry Jam

📋 copy color: '#A11D6C'

red 161 ◦ green 29 ◦ blue 108

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

Shades of Jazzberry Jam #A11D6C

Tints of Jazzberry Jam #A11D6C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.73%

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 54.03%
G = 9.73%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A11D6C (or 0xA11D6C) is known color: Jazzberry Jam. HEX triplet: A1, 1D and 6C. RGB value is (161,29,108). Sum of RGB (Red+Green+Blue) = 161+29+108=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11D6C is #5EE293. Grayscale: #4D4D4D. Windows color (decimal): -6218388 or 7085473. OLE color: 7085473.

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

Color convert

RGB 161 29 108 -
CMYK 0 0.82 0.33 0.37
HSL 324.09º 0.69% 0.37% -
HSV(B) 324.09º 0.82% 0.63% -
XYZ 17.84 9.54 15.09 -
YUV 77.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 161 29 108 0 0.82 0.33 0.37 324.09 0.69 0.37
Hex A1 1D 6C 0 52 21 25 144 45 25
Octal 241 35 154 0 122 41 45 504 105 45
Binary 10100001 11101 1101100 0 1010010 100001 100101 101000100 1000101 100101

Color Harmonies of #A11D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11D6C

Black with #A11D6C

Text Example


Text Example

White with #A11D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11D6C; }

 p { color: rgb(161,29,108); }

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

background-color css

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

 a { background-color: rgb(161,29,108); }

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

border-color css

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

 span { border-color: rgb(161,29,108); }

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