Html Css Color HEX #A2125C Jazzberry Jam

📋 copy color: '#A2125C'

red 162 ◦ green 18 ◦ blue 92

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

Shades of Jazzberry Jam #A2125C

Tints of Jazzberry Jam #A2125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.82%

R = 59.56%
G = 6.62%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2125C (or 0xA2125C) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 5C. RGB value is (162,18,92). Sum of RGB (Red+Green+Blue) = 162+18+92=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2125C is #5DEDA3. Grayscale: #454545. Windows color (decimal): -6155684 or 6034082. OLE color: 6034082.

HSL color Cylindrical-coordinate representation of color #A2125C: hue angle of 329.17º 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 #A2125C is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 18 92 -
CMYK 0 0.89 0.43 0.36
HSL 329.17º 0.8% 0.35% -
HSV(B) 329.17º 0.89% 0.64% -
XYZ 17.05 8.89 10.94 -
YUV 69.49 140.71 193.98 -
System Red Green Blue C M Y K H S L
Decimal 162 18 92 0 0.89 0.43 0.36 329.17 0.8 0.35
Hex A2 12 5C 0 59 2B 24 149 50 23
Octal 242 22 134 0 131 53 44 511 120 43
Binary 10100010 10010 1011100 0 1011001 101011 100100 101001001 1010000 100011

Color Harmonies of #A2125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2125C

Black with #A2125C

Text Example


Text Example

White with #A2125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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