Html Css Color HEX #A2053E Jazzberry Jam

📋 copy color: '#A2053E'

red 162 ◦ green 5 ◦ blue 62

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

Shades of Jazzberry Jam #A2053E

Tints of Jazzberry Jam #A2053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.07%

R = 70.74%
G = 2.18%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2053E (or 0xA2053E) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 3E. RGB value is (162,5,62). Sum of RGB (Red+Green+Blue) = 162+5+62=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A2053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2053E is #5DFAC1. Grayscale: #3A3A3A. Windows color (decimal): -6159042 or 4064674. OLE color: 4064674.

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

Color convert

RGB 162 5 62 -
CMYK 0 0.97 0.62 0.36
HSL 338.22º 0.94% 0.33% -
HSV(B) 338.22º 0.97% 0.64% -
XYZ 15.82 8.14 5.29 -
YUV 58.44 130.01 201.87 -
System Red Green Blue C M Y K H S L
Decimal 162 5 62 0 0.97 0.62 0.36 338.22 0.94 0.33
Hex A2 5 3E 0 61 3E 24 152 5E 21
Octal 242 5 76 0 141 76 44 522 136 41
Binary 10100010 101 111110 0 1100001 111110 100100 101010010 1011110 100001

Color Harmonies of #A2053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2053E

Black with #A2053E

Text Example


Text Example

White with #A2053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2053E; }

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

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

background-color css

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

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

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

border-color css

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

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

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