Html Css Color HEX #A11269 Jazzberry Jam

📋 copy color: '#A11269'

red 161 ◦ green 18 ◦ blue 105

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

Shades of Jazzberry Jam #A11269

Tints of Jazzberry Jam #A11269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.97%

R = 56.69%
G = 6.34%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A11269 (or 0xA11269) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 69. RGB value is (161,18,105). Sum of RGB (Red+Green+Blue) = 161+18+105=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A11269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11269 is #5EED96. Grayscale: #464646. Windows color (decimal): -6221207 or 6886049. OLE color: 6886049.

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

Color convert

RGB 161 18 105 -
CMYK 0 0.89 0.35 0.37
HSL 323.5º 0.8% 0.35% -
HSV(B) 323.5º 0.89% 0.63% -
XYZ 17.46 9.03 14.19 -
YUV 70.68 147.38 192.43 -
System Red Green Blue C M Y K H S L
Decimal 161 18 105 0 0.89 0.35 0.37 323.5 0.8 0.35
Hex A1 12 69 0 59 23 25 143 50 23
Octal 241 22 151 0 131 43 45 503 120 43
Binary 10100001 10010 1101001 0 1011001 100011 100101 101000011 1010000 100011

Color Harmonies of #A11269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11269

Black with #A11269

Text Example


Text Example

White with #A11269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11269; }

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

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

background-color css

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

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

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

border-color css

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

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

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