Html Css Color HEX #A10247 Jazzberry Jam

📋 copy color: '#A10247'

red 161 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #A10247

Tints of Jazzberry Jam #A10247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 68.8%
G = 0.85%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A10247 (or 0xA10247) is known color: Jazzberry Jam. HEX triplet: A1, 02 and 47. RGB value is (161,2,71). Sum of RGB (Red+Green+Blue) = 161+2+71=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A10247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10247 is #5EFDB8. Grayscale: #393939. Windows color (decimal): -6225337 or 4653729. OLE color: 4653729.

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

Color convert

RGB 161 2 71 -
CMYK 0 0.99 0.56 0.37
HSL 333.96º 0.98% 0.32% -
HSV(B) 333.96º 0.99% 0.63% -
XYZ 15.86 8.08 6.68 -
YUV 57.41 135.68 201.89 -
System Red Green Blue C M Y K H S L
Decimal 161 2 71 0 0.99 0.56 0.37 333.96 0.98 0.32
Hex A1 2 47 0 63 38 25 14E 62 20
Octal 241 2 107 0 143 70 45 516 142 40
Binary 10100001 10 1000111 0 1100011 111000 100101 101001110 1100010 100000

Color Harmonies of #A10247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10247

Black with #A10247

Text Example


Text Example

White with #A10247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10247; }

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

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

background-color css

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

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

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

border-color css

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

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

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