Html Css Color HEX #A2094A Jazzberry Jam

📋 copy color: '#A2094A'

red 162 ◦ green 9 ◦ blue 74

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

Shades of Jazzberry Jam #A2094A

Tints of Jazzberry Jam #A2094A

RGB

 RED value IS 162 (63.67% from 255) = 66.12%

 GREEN value IS 9 (3.91% from 255) = 3.67%

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

R = 66.12%
G = 3.67%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A2094A (or 0xA2094A) is known color: Jazzberry Jam. HEX triplet: A2, 09 and 4A. RGB value is (162,9,74). Sum of RGB (Red+Green+Blue) = 162+9+74=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A2094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2094A is #5DF6B5. Grayscale: #3E3E3E. Windows color (decimal): -6158006 or 4852130. OLE color: 4852130.

HSL color Cylindrical-coordinate representation of color #A2094A: hue angle of 334.51º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2094A is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 9 74 -
CMYK 0 0.94 0.54 0.36
HSL 334.51º 0.89% 0.34% -
HSV(B) 334.51º 0.94% 0.64% -
XYZ 16.23 8.37 7.24 -
YUV 62.16 134.69 199.21 -
System Red Green Blue C M Y K H S L
Decimal 162 9 74 0 0.94 0.54 0.36 334.51 0.89 0.34
Hex A2 9 4A 0 5E 36 24 14F 59 22
Octal 242 11 112 0 136 66 44 517 131 42
Binary 10100010 1001 1001010 0 1011110 110110 100100 101001111 1011001 100010

Color Harmonies of #A2094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2094A

Black with #A2094A

Text Example


Text Example

White with #A2094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2094A; }

 p { color: rgb(162,9,74); }

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

background-color css

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

 a { background-color: rgb(162,9,74); }

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

border-color css

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

 span { border-color: rgb(162,9,74); }

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