Html Css Color HEX #A20453 Jazzberry Jam

📋 copy color: '#A20453'

red 162 ◦ green 4 ◦ blue 83

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

Shades of Jazzberry Jam #A20453

Tints of Jazzberry Jam #A20453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 65.06%
G = 1.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A20453 (or 0xA20453) is known color: Jazzberry Jam. HEX triplet: A2, 04 and 53. RGB value is (162,4,83). Sum of RGB (Red+Green+Blue) = 162+4+83=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A20453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20453 is #5DFBAC. Grayscale: #3C3C3C. Windows color (decimal): -6159277 or 5440674. OLE color: 5440674.

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

Color convert

RGB 162 4 83 -
CMYK 0 0.98 0.49 0.36
HSL 330º 0.95% 0.33% -
HSV(B) 330º 0.98% 0.64% -
XYZ 16.51 8.39 8.93 -
YUV 60.25 140.85 200.58 -
System Red Green Blue C M Y K H S L
Decimal 162 4 83 0 0.98 0.49 0.36 330 0.95 0.33
Hex A2 4 53 0 62 31 24 14A 5F 21
Octal 242 4 123 0 142 61 44 512 137 41
Binary 10100010 100 1010011 0 1100010 110001 100100 101001010 1011111 100001

Color Harmonies of #A20453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20453

Black with #A20453

Text Example


Text Example

White with #A20453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20453; }

 p { color: rgb(162,4,83); }

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

background-color css

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

 a { background-color: rgb(162,4,83); }

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

border-color css

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

 span { border-color: rgb(162,4,83); }

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