Html Css Color HEX #A20357 Jazzberry Jam

📋 copy color: '#A20357'

red 162 ◦ green 3 ◦ blue 87

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

Shades of Jazzberry Jam #A20357

Tints of Jazzberry Jam #A20357

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 64.29%
G = 1.19%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A20357 (or 0xA20357) is known color: Jazzberry Jam. HEX triplet: A2, 03 and 57. RGB value is (162,3,87). Sum of RGB (Red+Green+Blue) = 162+3+87=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A20357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20357 is #5DFCA8. Grayscale: #3B3B3B. Windows color (decimal): -6159529 or 5702562. OLE color: 5702562.

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

Color convert

RGB 162 3 87 -
CMYK 0 0.98 0.46 0.36
HSL 328.3º 0.96% 0.32% -
HSV(B) 328.3º 0.98% 0.64% -
XYZ 16.65 8.43 9.77 -
YUV 60.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 162 3 87 0 0.98 0.46 0.36 328.3 0.96 0.32
Hex A2 3 57 0 62 2E 24 148 60 20
Octal 242 3 127 0 142 56 44 510 140 40
Binary 10100010 11 1010111 0 1100010 101110 100100 101001000 1100000 100000

Color Harmonies of #A20357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20357

Black with #A20357

Text Example


Text Example

White with #A20357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20357; }

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

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

background-color css

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

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

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

border-color css

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

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

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