Html Css Color HEX #A2125A Jazzberry Jam

📋 copy color: '#A2125A'

red 162 ◦ green 18 ◦ blue 90

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

Shades of Jazzberry Jam #A2125A

Tints of Jazzberry Jam #A2125A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 60%
G = 6.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2125A (or 0xA2125A) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 5A. RGB value is (162,18,90). Sum of RGB (Red+Green+Blue) = 162+18+90=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A2125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2125A is #5DEDA5. Grayscale: #454545. Windows color (decimal): -6155686 or 5903010. OLE color: 5903010.

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

Color convert

RGB 162 18 90 -
CMYK 0 0.89 0.44 0.36
HSL 330º 0.8% 0.35% -
HSV(B) 330º 0.89% 0.64% -
XYZ 16.96 8.85 10.49 -
YUV 69.26 139.71 194.15 -
System Red Green Blue C M Y K H S L
Decimal 162 18 90 0 0.89 0.44 0.36 330 0.8 0.35
Hex A2 12 5A 0 59 2C 24 14A 50 23
Octal 242 22 132 0 131 54 44 512 120 43
Binary 10100010 10010 1011010 0 1011001 101100 100100 101001010 1010000 100011

Color Harmonies of #A2125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2125A

Black with #A2125A

Text Example


Text Example

White with #A2125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2125A; }

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

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

background-color css

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

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

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

border-color css

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

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

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