Html Css Color HEX #A20152 Jazzberry Jam

📋 copy color: '#A20152'

red 162 ◦ green 1 ◦ blue 82

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

Shades of Jazzberry Jam #A20152

Tints of Jazzberry Jam #A20152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 66.12%
G = 0.41%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A20152 (or 0xA20152) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 52. RGB value is (162,1,82). Sum of RGB (Red+Green+Blue) = 162+1+82=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A20152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20152 is #5DFEAD. Grayscale: #3A3A3A. Windows color (decimal): -6160046 or 5374370. OLE color: 5374370.

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

Color convert

RGB 162 1 82 -
CMYK 0 0.99 0.49 0.36
HSL 329.81º 0.99% 0.32% -
HSV(B) 329.81º 0.99% 0.64% -
XYZ 16.43 8.31 8.72 -
YUV 58.37 141.34 201.91 -
System Red Green Blue C M Y K H S L
Decimal 162 1 82 0 0.99 0.49 0.36 329.81 0.99 0.32
Hex A2 1 52 0 63 31 24 14A 63 20
Octal 242 1 122 0 143 61 44 512 143 40
Binary 10100010 1 1010010 0 1100011 110001 100100 101001010 1100011 100000

Color Harmonies of #A20152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20152

Black with #A20152

Text Example


Text Example

White with #A20152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20152; }

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

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

background-color css

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

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

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

border-color css

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

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

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