Html Css Color HEX #A11063 Jazzberry Jam

📋 copy color: '#A11063'

red 161 ◦ green 16 ◦ blue 99

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

Shades of Jazzberry Jam #A11063

Tints of Jazzberry Jam #A11063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.87%

R = 58.33%
G = 5.8%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A11063 (or 0xA11063) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 63. RGB value is (161,16,99). Sum of RGB (Red+Green+Blue) = 161+16+99=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A11063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11063 is #5EEF9C. Grayscale: #444444. Windows color (decimal): -6221725 or 6492321. OLE color: 6492321.

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

Color convert

RGB 161 16 99 -
CMYK 0 0.90 0.39 0.37
HSL 325.66º 0.82% 0.35% -
HSV(B) 325.66º 0.9% 0.63% -
XYZ 17.14 8.85 12.61 -
YUV 68.82 145.04 193.75 -
System Red Green Blue C M Y K H S L
Decimal 161 16 99 0 0.90 0.39 0.37 325.66 0.82 0.35
Hex A1 10 63 0 5A 27 25 146 52 23
Octal 241 20 143 0 132 47 45 506 122 43
Binary 10100001 10000 1100011 0 1011010 100111 100101 101000110 1010010 100011

Color Harmonies of #A11063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11063

Black with #A11063

Text Example


Text Example

White with #A11063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11063; }

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

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

background-color css

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

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

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

border-color css

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

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

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