Html Css Color HEX #A11C6C Jazzberry Jam

📋 copy color: '#A11C6C'

red 161 ◦ green 28 ◦ blue 108

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

Shades of Jazzberry Jam #A11C6C

Tints of Jazzberry Jam #A11C6C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.43%

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

R = 54.21%
G = 9.43%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A11C6C (or 0xA11C6C) is known color: Jazzberry Jam. HEX triplet: A1, 1C and 6C. RGB value is (161,28,108). Sum of RGB (Red+Green+Blue) = 161+28+108=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11C6C is #5EE393. Grayscale: #4C4C4C. Windows color (decimal): -6218644 or 7085217. OLE color: 7085217.

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

Color convert

RGB 161 28 108 -
CMYK 0 0.83 0.33 0.37
HSL 323.91º 0.7% 0.37% -
HSV(B) 323.91º 0.83% 0.63% -
XYZ 17.82 9.49 15.08 -
YUV 76.89 145.56 188 -
System Red Green Blue C M Y K H S L
Decimal 161 28 108 0 0.83 0.33 0.37 323.91 0.7 0.37
Hex A1 1C 6C 0 53 21 25 144 46 25
Octal 241 34 154 0 123 41 45 504 106 45
Binary 10100001 11100 1101100 0 1010011 100001 100101 101000100 1000110 100101

Color Harmonies of #A11C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11C6C

Black with #A11C6C

Text Example


Text Example

White with #A11C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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