Html Css Color HEX #A12571 Jazzberry Jam

📋 copy color: '#A12571'

red 161 ◦ green 37 ◦ blue 113

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

Shades of Jazzberry Jam #A12571

Tints of Jazzberry Jam #A12571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 51.77%
G = 11.9%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A12571 (or 0xA12571) is known color: Jazzberry Jam. HEX triplet: A1, 25 and 71. RGB value is (161,37,113). Sum of RGB (Red+Green+Blue) = 161+37+113=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A12571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12571 is #5EDA8E. Grayscale: #525252. Windows color (decimal): -6216335 or 7415201. OLE color: 7415201.

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

Color convert

RGB 161 37 113 -
CMYK 0 0.77 0.30 0.37
HSL 323.23º 0.63% 0.39% -
HSV(B) 323.23º 0.77% 0.63% -
XYZ 18.34 10.09 16.6 -
YUV 82.74 145.08 183.82 -
System Red Green Blue C M Y K H S L
Decimal 161 37 113 0 0.77 0.30 0.37 323.23 0.63 0.39
Hex A1 25 71 0 4D 1E 25 143 3F 27
Octal 241 45 161 0 115 36 45 503 77 47
Binary 10100001 100101 1110001 0 1001101 11110 100101 101000011 111111 100111

Color Harmonies of #A12571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12571

Black with #A12571

Text Example


Text Example

White with #A12571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12571; }

 p { color: rgb(161,37,113); }

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

background-color css

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

 a { background-color: rgb(161,37,113); }

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

border-color css

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

 span { border-color: rgb(161,37,113); }

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