Html Css Color HEX #A20452 Jazzberry Jam

📋 copy color: '#A20452'

red 162 ◦ green 4 ◦ blue 82

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

Shades of Jazzberry Jam #A20452

Tints of Jazzberry Jam #A20452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 65.32%
G = 1.61%
B = 33.06%

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

#A20452 (or 0xA20452) is known color: Jazzberry Jam. HEX triplet: A2, 04 and 52. RGB value is (162,4,82). Sum of RGB (Red+Green+Blue) = 162+4+82=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A20452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20452 is #5DFBAD. Grayscale: #3B3B3B. Windows color (decimal): -6159278 or 5375138. OLE color: 5375138.

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

Color convert

RGB 162 4 82 -
CMYK 0 0.98 0.49 0.36
HSL 330.38º 0.95% 0.33% -
HSV(B) 330.38º 0.98% 0.64% -
XYZ 16.47 8.38 8.73 -
YUV 60.13 140.35 200.66 -
System Red Green Blue C M Y K H S L
Decimal 162 4 82 0 0.98 0.49 0.36 330.38 0.95 0.33
Hex A2 4 52 0 62 31 24 14A 5F 21
Octal 242 4 122 0 142 61 44 512 137 41
Binary 10100010 100 1010010 0 1100010 110001 100100 101001010 1011111 100001

Color Harmonies of #A20452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20452

Black with #A20452

Text Example


Text Example

White with #A20452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20452; }

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

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

background-color css

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

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

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

border-color css

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

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

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