Html Css Color HEX #A2055A Jazzberry Jam

📋 copy color: '#A2055A'

red 162 ◦ green 5 ◦ blue 90

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

Shades of Jazzberry Jam #A2055A

Tints of Jazzberry Jam #A2055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 63.04%
G = 1.95%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2055A (or 0xA2055A) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 5A. RGB value is (162,5,90). Sum of RGB (Red+Green+Blue) = 162+5+90=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A2055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2055A is #5DFAA5. Grayscale: #3D3D3D. Windows color (decimal): -6159014 or 5899682. OLE color: 5899682.

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

Color convert

RGB 162 5 90 -
CMYK 0 0.97 0.44 0.36
HSL 327.52º 0.94% 0.33% -
HSV(B) 327.52º 0.97% 0.64% -
XYZ 16.8 8.53 10.43 -
YUV 61.63 144.01 199.59 -
System Red Green Blue C M Y K H S L
Decimal 162 5 90 0 0.97 0.44 0.36 327.52 0.94 0.33
Hex A2 5 5A 0 61 2C 24 148 5E 21
Octal 242 5 132 0 141 54 44 510 136 41
Binary 10100010 101 1011010 0 1100001 101100 100100 101001000 1011110 100001

Color Harmonies of #A2055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2055A

Black with #A2055A

Text Example


Text Example

White with #A2055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2055A; }

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

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

background-color css

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

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

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

border-color css

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

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

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