Html Css Color HEX #A10359 Jazzberry Jam

📋 copy color: '#A10359'

red 161 ◦ green 3 ◦ blue 89

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

Shades of Jazzberry Jam #A10359

Tints of Jazzberry Jam #A10359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 89 (35.16% from 255) = 35.18%

R = 63.64%
G = 1.19%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A10359 (or 0xA10359) is known color: Jazzberry Jam. HEX triplet: A1, 03 and 59. RGB value is (161,3,89). Sum of RGB (Red+Green+Blue) = 161+3+89=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A10359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10359 is #5EFCA6. Grayscale: #3B3B3B. Windows color (decimal): -6225063 or 5833633. OLE color: 5833633.

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

Color convert

RGB 161 3 89 -
CMYK 0 0.98 0.45 0.37
HSL 327.34º 0.96% 0.32% -
HSV(B) 327.34º 0.98% 0.63% -
XYZ 16.53 8.36 10.19 -
YUV 60.05 144.35 200.01 -
System Red Green Blue C M Y K H S L
Decimal 161 3 89 0 0.98 0.45 0.37 327.34 0.96 0.32
Hex A1 3 59 0 62 2D 25 147 60 20
Octal 241 3 131 0 142 55 45 507 140 40
Binary 10100001 11 1011001 0 1100010 101101 100101 101000111 1100000 100000

Color Harmonies of #A10359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10359

Black with #A10359

Text Example


Text Example

White with #A10359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10359; }

 p { color: rgb(161,3,89); }

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

background-color css

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

 a { background-color: rgb(161,3,89); }

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

border-color css

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

 span { border-color: rgb(161,3,89); }

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