Html Css Color HEX #A11058 Jazzberry Jam

📋 copy color: '#A11058'

red 161 ◦ green 16 ◦ blue 88

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

Shades of Jazzberry Jam #A11058

Tints of Jazzberry Jam #A11058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

 BLUE value IS 88 (34.77% from 255) = 33.21%

R = 60.75%
G = 6.04%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A11058 (or 0xA11058) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 58. RGB value is (161,16,88). Sum of RGB (Red+Green+Blue) = 161+16+88=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A11058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11058 is #5EEFA7. Grayscale: #434343. Windows color (decimal): -6221736 or 5771425. OLE color: 5771425.

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

Color convert

RGB 161 16 88 -
CMYK 0 0.90 0.45 0.37
HSL 330.21º 0.82% 0.35% -
HSV(B) 330.21º 0.9% 0.63% -
XYZ 16.64 8.65 10.03 -
YUV 67.56 139.54 194.65 -
System Red Green Blue C M Y K H S L
Decimal 161 16 88 0 0.90 0.45 0.37 330.21 0.82 0.35
Hex A1 10 58 0 5A 2D 25 14A 52 23
Octal 241 20 130 0 132 55 45 512 122 43
Binary 10100001 10000 1011000 0 1011010 101101 100101 101001010 1010010 100011

Color Harmonies of #A11058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11058

Black with #A11058

Text Example


Text Example

White with #A11058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11058; }

 p { color: rgb(161,16,88); }

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

background-color css

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

 a { background-color: rgb(161,16,88); }

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

border-color css

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

 span { border-color: rgb(161,16,88); }

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