Html Css Color HEX #A20F57 Jazzberry Jam

📋 copy color: '#A20F57'

red 162 ◦ green 15 ◦ blue 87

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

Shades of Jazzberry Jam #A20F57

Tints of Jazzberry Jam #A20F57

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.68%

 BLUE value IS 87 (34.38% from 255) = 32.95%

R = 61.36%
G = 5.68%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A20F57 (or 0xA20F57) is known color: Jazzberry Jam. HEX triplet: A2, 0F and 57. RGB value is (162,15,87). Sum of RGB (Red+Green+Blue) = 162+15+87=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20F57 is #5DF0A8. Grayscale: #434343. Windows color (decimal): -6156457 or 5705634. OLE color: 5705634.

HSL color Cylindrical-coordinate representation of color #A20F57: hue angle of 330.61º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F57 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 15 87 -
CMYK 0 0.91 0.46 0.36
HSL 330.61º 0.83% 0.35% -
HSV(B) 330.61º 0.91% 0.64% -
XYZ 16.79 8.71 9.81 -
YUV 67.16 139.2 195.65 -
System Red Green Blue C M Y K H S L
Decimal 162 15 87 0 0.91 0.46 0.36 330.61 0.83 0.35
Hex A2 F 57 0 5B 2E 24 14B 53 23
Octal 242 17 127 0 133 56 44 513 123 43
Binary 10100010 1111 1010111 0 1011011 101110 100100 101001011 1010011 100011

Color Harmonies of #A20F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20F57

Black with #A20F57

Text Example


Text Example

White with #A20F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20F57; }

 p { color: rgb(162,15,87); }

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

background-color css

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

 a { background-color: rgb(162,15,87); }

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

border-color css

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

 span { border-color: rgb(162,15,87); }

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