Html Css Color HEX #A3175F Jazzberry Jam

📋 copy color: '#A3175F'

red 163 ◦ green 23 ◦ blue 95

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

Shades of Jazzberry Jam #A3175F

Tints of Jazzberry Jam #A3175F

RGB

 RED value IS 163 (64.06% from 255) = 58.01%

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

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

R = 58.01%
G = 8.19%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3175F (or 0xA3175F) is known color: Jazzberry Jam. HEX triplet: A3, 17 and 5F. RGB value is (163,23,95). Sum of RGB (Red+Green+Blue) = 163+23+95=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A3175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3175F is #5CE8A0. Grayscale: #484848. Windows color (decimal): -6088865 or 6231971. OLE color: 6231971.

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

Color convert

RGB 163 23 95 -
CMYK 0 0.86 0.42 0.36
HSL 329.14º 0.75% 0.36% -
HSV(B) 329.14º 0.86% 0.64% -
XYZ 17.48 9.23 11.69 -
YUV 73.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 163 23 95 0 0.86 0.42 0.36 329.14 0.75 0.36
Hex A3 17 5F 0 56 2A 24 149 4B 24
Octal 243 27 137 0 126 52 44 511 113 44
Binary 10100011 10111 1011111 0 1010110 101010 100100 101001001 1001011 100100

Color Harmonies of #A3175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3175F

Black with #A3175F

Text Example


Text Example

White with #A3175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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