Html Css Color HEX #A11A6D Jazzberry Jam

📋 copy color: '#A11A6D'

red 161 ◦ green 26 ◦ blue 109

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

Shades of Jazzberry Jam #A11A6D

Tints of Jazzberry Jam #A11A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.78%

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 54.39%
G = 8.78%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A11A6D (or 0xA11A6D) is known color: Jazzberry Jam. HEX triplet: A1, 1A and 6D. RGB value is (161,26,109). Sum of RGB (Red+Green+Blue) = 161+26+109=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A6D is #5EE592. Grayscale: #4B4B4B. Windows color (decimal): -6219155 or 7150241. OLE color: 7150241.

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

Color convert

RGB 161 26 109 -
CMYK 0 0.84 0.32 0.37
HSL 323.11º 0.72% 0.37% -
HSV(B) 323.11º 0.84% 0.63% -
XYZ 17.83 9.42 15.35 -
YUV 75.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 161 26 109 0 0.84 0.32 0.37 323.11 0.72 0.37
Hex A1 1A 6D 0 54 20 25 143 48 25
Octal 241 32 155 0 124 40 45 503 110 45
Binary 10100001 11010 1101101 0 1010100 100000 100101 101000011 1001000 100101

Color Harmonies of #A11A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11A6D

Black with #A11A6D

Text Example


Text Example

White with #A11A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11A6D; }

 p { color: rgb(161,26,109); }

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

background-color css

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

 a { background-color: rgb(161,26,109); }

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

border-color css

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

 span { border-color: rgb(161,26,109); }

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