Html Css Color HEX #A10963 Jazzberry Jam

📋 copy color: '#A10963'

red 161 ◦ green 9 ◦ blue 99

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

Shades of Jazzberry Jam #A10963

Tints of Jazzberry Jam #A10963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.35%

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

R = 59.85%
G = 3.35%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A10963 (or 0xA10963) is known color: Jazzberry Jam. HEX triplet: A1, 09 and 63. RGB value is (161,9,99). Sum of RGB (Red+Green+Blue) = 161+9+99=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A10963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10963 is #5EF69C. Grayscale: #404040. Windows color (decimal): -6223517 or 6490529. OLE color: 6490529.

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

Color convert

RGB 161 9 99 -
CMYK 0 0.94 0.39 0.37
HSL 324.47º 0.89% 0.33% -
HSV(B) 324.47º 0.94% 0.63% -
XYZ 17.05 8.67 12.58 -
YUV 64.71 147.36 196.68 -
System Red Green Blue C M Y K H S L
Decimal 161 9 99 0 0.94 0.39 0.37 324.47 0.89 0.33
Hex A1 9 63 0 5E 27 25 144 59 21
Octal 241 11 143 0 136 47 45 504 131 41
Binary 10100001 1001 1100011 0 1011110 100111 100101 101000100 1011001 100001

Color Harmonies of #A10963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10963

Black with #A10963

Text Example


Text Example

White with #A10963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10963; }

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

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

background-color css

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

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

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

border-color css

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

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

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