Html Css Color HEX #A10149 Jazzberry Jam

📋 copy color: '#A10149'

red 161 ◦ green 1 ◦ blue 73

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

Shades of Jazzberry Jam #A10149

Tints of Jazzberry Jam #A10149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 73 (28.91% from 255) = 31.06%

R = 68.51%
G = 0.43%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A10149 (or 0xA10149) is known color: Jazzberry Jam. HEX triplet: A1, 01 and 49. RGB value is (161,1,73). Sum of RGB (Red+Green+Blue) = 161+1+73=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A10149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10149 is #5EFEB6. Grayscale: #383838. Windows color (decimal): -6225591 or 4784545. OLE color: 4784545.

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

Color convert

RGB 161 1 73 -
CMYK 0 0.99 0.55 0.37
HSL 333º 0.99% 0.32% -
HSV(B) 333º 0.99% 0.63% -
XYZ 15.91 8.08 7.02 -
YUV 57.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 161 1 73 0 0.99 0.55 0.37 333 0.99 0.32
Hex A1 1 49 0 63 37 25 14D 63 20
Octal 241 1 111 0 143 67 45 515 143 40
Binary 10100001 1 1001001 0 1100011 110111 100101 101001101 1100011 100000

Color Harmonies of #A10149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10149

Black with #A10149

Text Example


Text Example

White with #A10149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10149; }

 p { color: rgb(161,1,73); }

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

background-color css

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

 a { background-color: rgb(161,1,73); }

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

border-color css

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

 span { border-color: rgb(161,1,73); }

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