Html Css Color HEX #A0175F Jazzberry Jam

📋 copy color: '#A0175F'

red 160 ◦ green 23 ◦ blue 95

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

Shades of Jazzberry Jam #A0175F

Tints of Jazzberry Jam #A0175F

RGB

 RED value IS 160 (62.89% from 255) = 57.55%

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

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

R = 57.55%
G = 8.27%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0175F (or 0xA0175F) is known color: Jazzberry Jam. HEX triplet: A0, 17 and 5F. RGB value is (160,23,95). Sum of RGB (Red+Green+Blue) = 160+23+95=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A0175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0175F is #5FE8A0. Grayscale: #484848. Windows color (decimal): -6285473 or 6231968. OLE color: 6231968.

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

Color convert

RGB 160 23 95 -
CMYK 0 0.86 0.41 0.37
HSL 328.47º 0.75% 0.36% -
HSV(B) 328.47º 0.86% 0.63% -
XYZ 16.87 8.91 11.66 -
YUV 72.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 160 23 95 0 0.86 0.41 0.37 328.47 0.75 0.36
Hex A0 17 5F 0 56 29 25 148 4B 24
Octal 240 27 137 0 126 51 45 510 113 44
Binary 10100000 10111 1011111 0 1010110 101001 100101 101001000 1001011 100100

Color Harmonies of #A0175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0175F

Black with #A0175F

Text Example


Text Example

White with #A0175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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