Html Css Color HEX #A2125E Jazzberry Jam

📋 copy color: '#A2125E'

red 162 ◦ green 18 ◦ blue 94

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

Shades of Jazzberry Jam #A2125E

Tints of Jazzberry Jam #A2125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.57%

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 59.12%
G = 6.57%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A2125E (or 0xA2125E) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 5E. RGB value is (162,18,94). Sum of RGB (Red+Green+Blue) = 162+18+94=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A2125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2125E is #5DEDA1. Grayscale: #454545. Windows color (decimal): -6155682 or 6165154. OLE color: 6165154.

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

Color convert

RGB 162 18 94 -
CMYK 0 0.89 0.42 0.36
HSL 328.33º 0.8% 0.35% -
HSV(B) 328.33º 0.89% 0.64% -
XYZ 17.14 8.92 11.41 -
YUV 69.72 141.71 193.82 -
System Red Green Blue C M Y K H S L
Decimal 162 18 94 0 0.89 0.42 0.36 328.33 0.8 0.35
Hex A2 12 5E 0 59 2A 24 148 50 23
Octal 242 22 136 0 131 52 44 510 120 43
Binary 10100010 10010 1011110 0 1011001 101010 100100 101001000 1010000 100011

Color Harmonies of #A2125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2125E

Black with #A2125E

Text Example


Text Example

White with #A2125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2125E; }

 p { color: rgb(162,18,94); }

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

background-color css

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

 a { background-color: rgb(162,18,94); }

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

border-color css

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

 span { border-color: rgb(162,18,94); }

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