Html Css Color HEX #A1074A Jazzberry Jam

📋 copy color: '#A1074A'

red 161 ◦ green 7 ◦ blue 74

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

Shades of Jazzberry Jam #A1074A

Tints of Jazzberry Jam #A1074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

 BLUE value IS 74 (29.3% from 255) = 30.58%

R = 66.53%
G = 2.89%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A1074A (or 0xA1074A) is known color: Jazzberry Jam. HEX triplet: A1, 07 and 4A. RGB value is (161,7,74). Sum of RGB (Red+Green+Blue) = 161+7+74=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1074A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1074A is #5EF8B5. Grayscale: #3C3C3C. Windows color (decimal): -6224054 or 4851617. OLE color: 4851617.

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

Color convert

RGB 161 7 74 -
CMYK 0 0.96 0.54 0.37
HSL 333.9º 0.92% 0.33% -
HSV(B) 333.9º 0.96% 0.63% -
XYZ 16.01 8.22 7.22 -
YUV 60.68 135.52 199.55 -
System Red Green Blue C M Y K H S L
Decimal 161 7 74 0 0.96 0.54 0.37 333.9 0.92 0.33
Hex A1 7 4A 0 60 36 25 14E 5C 21
Octal 241 7 112 0 140 66 45 516 134 41
Binary 10100001 111 1001010 0 1100000 110110 100101 101001110 1011100 100001

Color Harmonies of #A1074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1074A

Black with #A1074A

Text Example


Text Example

White with #A1074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1074A; }

 p { color: rgb(161,7,74); }

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

background-color css

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

 a { background-color: rgb(161,7,74); }

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

border-color css

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

 span { border-color: rgb(161,7,74); }

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