Html Css Color HEX #A10047 Jazzberry Jam

📋 copy color: '#A10047'

red 161 ◦ green 0 ◦ blue 71

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

Shades of Jazzberry Jam #A10047

Tints of Jazzberry Jam #A10047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.4%
G = 0%
B = 30.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A10047 (or 0xA10047) is known color: Jazzberry Jam. HEX triplet: A1, 00 and 47. RGB value is (161,0,71). Sum of RGB (Red+Green+Blue) = 161+0+71=232 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.40% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 161 - color contains mainly: red. Hex color #A10047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10047 is #5EFFB8. Grayscale: #383838. Windows color (decimal): -6225849 or 4653217. OLE color: 4653217.

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

Color convert

RGB 161 0 71 -
CMYK 0 1 0.56 0.37
HSL 333.54º 1% 0.32% -
HSV(B) 333.54º 1% 0.63% -
XYZ 15.84 8.03 6.68 -
YUV 56.23 136.34 202.73 -
System Red Green Blue C M Y K H S L
Decimal 161 0 71 0 1 0.56 0.37 333.54 1 0.32
Hex A1 0 47 0 64 38 25 14E 64 20
Octal 241 0 107 0 144 70 45 516 144 40
Binary 10100001 0 1000111 0 1100100 111000 100101 101001110 1100100 100000

Color Harmonies of #A10047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10047

Black with #A10047

Text Example


Text Example

White with #A10047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10047; }

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

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

background-color css

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

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

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

border-color css

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

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

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