Html Css Color HEX #A12063 Jazzberry Jam

📋 copy color: '#A12063'

red 161 ◦ green 32 ◦ blue 99

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

Shades of Jazzberry Jam #A12063

Tints of Jazzberry Jam #A12063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.9%

R = 55.14%
G = 10.96%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A12063 (or 0xA12063) is known color: Jazzberry Jam. HEX triplet: A1, 20 and 63. RGB value is (161,32,99). Sum of RGB (Red+Green+Blue) = 161+32+99=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A12063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12063 is #5EDF9C. Grayscale: #4E4E4E. Windows color (decimal): -6217629 or 6496417. OLE color: 6496417.

HSL color Cylindrical-coordinate representation of color #A12063: hue angle of 328.84º 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 #A12063 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 32 99 -
CMYK 0 0.80 0.39 0.37
HSL 328.84º 0.67% 0.38% -
HSV(B) 328.84º 0.8% 0.63% -
XYZ 17.47 9.51 12.72 -
YUV 78.21 139.74 187.05 -
System Red Green Blue C M Y K H S L
Decimal 161 32 99 0 0.80 0.39 0.37 328.84 0.67 0.38
Hex A1 20 63 0 50 27 25 149 43 26
Octal 241 40 143 0 120 47 45 511 103 46
Binary 10100001 100000 1100011 0 1010000 100111 100101 101001001 1000011 100110

Color Harmonies of #A12063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12063

Black with #A12063

Text Example


Text Example

White with #A12063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12063; }

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

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

background-color css

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

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

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

border-color css

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

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

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