Html Css Color HEX #A2175F Jazzberry Jam

📋 copy color: '#A2175F'

red 162 ◦ green 23 ◦ blue 95

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

Shades of Jazzberry Jam #A2175F

Tints of Jazzberry Jam #A2175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

 BLUE value IS 95 (37.5% from 255) = 33.93%

R = 57.86%
G = 8.21%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2175F (or 0xA2175F) is known color: Jazzberry Jam. HEX triplet: A2, 17 and 5F. RGB value is (162,23,95). Sum of RGB (Red+Green+Blue) = 162+23+95=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A2175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2175F is #5DE8A0. Grayscale: #484848. Windows color (decimal): -6154401 or 6231970. OLE color: 6231970.

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

Color convert

RGB 162 23 95 -
CMYK 0 0.86 0.41 0.36
HSL 328.92º 0.75% 0.36% -
HSV(B) 328.92º 0.86% 0.64% -
XYZ 17.27 9.12 11.68 -
YUV 72.77 140.55 191.65 -
System Red Green Blue C M Y K H S L
Decimal 162 23 95 0 0.86 0.41 0.36 328.92 0.75 0.36
Hex A2 17 5F 0 56 29 24 149 4B 24
Octal 242 27 137 0 126 51 44 511 113 44
Binary 10100010 10111 1011111 0 1010110 101001 100100 101001001 1001011 100100

Color Harmonies of #A2175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2175F

Black with #A2175F

Text Example


Text Example

White with #A2175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2175F; }

 p { color: rgb(162,23,95); }

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

background-color css

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

 a { background-color: rgb(162,23,95); }

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

border-color css

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

 span { border-color: rgb(162,23,95); }

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