Html Css Color HEX #A10447 Jazzberry Jam

📋 copy color: '#A10447'

red 161 ◦ green 4 ◦ blue 71

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

Shades of Jazzberry Jam #A10447

Tints of Jazzberry Jam #A10447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 71 (28.13% from 255) = 30.08%

R = 68.22%
G = 1.69%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A10447 (or 0xA10447) is known color: Jazzberry Jam. HEX triplet: A1, 04 and 47. RGB value is (161,4,71). Sum of RGB (Red+Green+Blue) = 161+4+71=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A10447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10447 is #5EFBB8. Grayscale: #3A3A3A. Windows color (decimal): -6224825 or 4654241. OLE color: 4654241.

HSL color Cylindrical-coordinate representation of color #A10447: hue angle of 334.39º degrees, saturation: 0.95, 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 #A10447 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 4 71 -
CMYK 0 0.98 0.56 0.37
HSL 334.39º 0.95% 0.32% -
HSV(B) 334.39º 0.98% 0.63% -
XYZ 15.88 8.12 6.69 -
YUV 58.58 135.01 201.05 -
System Red Green Blue C M Y K H S L
Decimal 161 4 71 0 0.98 0.56 0.37 334.39 0.95 0.32
Hex A1 4 47 0 62 38 25 14E 5F 20
Octal 241 4 107 0 142 70 45 516 137 40
Binary 10100001 100 1000111 0 1100010 111000 100101 101001110 1011111 100000

Color Harmonies of #A10447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10447

Black with #A10447

Text Example


Text Example

White with #A10447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10447; }

 p { color: rgb(161,4,71); }

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

background-color css

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

 a { background-color: rgb(161,4,71); }

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

border-color css

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

 span { border-color: rgb(161,4,71); }

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