Html Css Color HEX #A20148 Jazzberry Jam

📋 copy color: '#A20148'

red 162 ◦ green 1 ◦ blue 72

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

Shades of Jazzberry Jam #A20148

Tints of Jazzberry Jam #A20148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.64%

R = 68.94%
G = 0.43%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A20148 (or 0xA20148) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 48. RGB value is (162,1,72). Sum of RGB (Red+Green+Blue) = 162+1+72=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A20148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20148 is #5DFEB7. Grayscale: #393939. Windows color (decimal): -6160056 or 4719010. OLE color: 4719010.

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

Color convert

RGB 162 1 72 -
CMYK 0 0.99 0.56 0.36
HSL 333.54º 0.99% 0.32% -
HSV(B) 333.54º 0.99% 0.64% -
XYZ 16.08 8.17 6.86 -
YUV 57.23 136.34 202.73 -
System Red Green Blue C M Y K H S L
Decimal 162 1 72 0 0.99 0.56 0.36 333.54 0.99 0.32
Hex A2 1 48 0 63 38 24 14E 63 20
Octal 242 1 110 0 143 70 44 516 143 40
Binary 10100010 1 1001000 0 1100011 111000 100100 101001110 1100011 100000

Color Harmonies of #A20148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20148

Black with #A20148

Text Example


Text Example

White with #A20148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20148; }

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

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

background-color css

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

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

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

border-color css

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

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

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