Html Css Color HEX #A12073 Jazzberry Jam

📋 copy color: '#A12073'

red 161 ◦ green 32 ◦ blue 115

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

Shades of Jazzberry Jam #A12073

Tints of Jazzberry Jam #A12073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.39%

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 52.27%
G = 10.39%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A12073 (or 0xA12073) is known color: Jazzberry Jam. HEX triplet: A1, 20 and 73. RGB value is (161,32,115). Sum of RGB (Red+Green+Blue) = 161+32+115=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A12073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12073 is #5EDF8C. Grayscale: #4F4F4F. Windows color (decimal): -6217613 or 7544993. OLE color: 7544993.

HSL color Cylindrical-coordinate representation of color #A12073: hue angle of 321.4º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12073 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 32 115 -
CMYK 0 0.80 0.29 0.37
HSL 321.4º 0.67% 0.38% -
HSV(B) 321.4º 0.8% 0.63% -
XYZ 18.31 9.85 17.16 -
YUV 80.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 161 32 115 0 0.80 0.29 0.37 321.4 0.67 0.38
Hex A1 20 73 0 50 1D 25 141 43 26
Octal 241 40 163 0 120 35 45 501 103 46
Binary 10100001 100000 1110011 0 1010000 11101 100101 101000001 1000011 100110

Color Harmonies of #A12073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12073

Black with #A12073

Text Example


Text Example

White with #A12073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12073; }

 p { color: rgb(161,32,115); }

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

background-color css

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

 a { background-color: rgb(161,32,115); }

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

border-color css

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

 span { border-color: rgb(161,32,115); }

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