Html Css Color HEX #A3175E Jazzberry Jam

📋 copy color: '#A3175E'

red 163 ◦ green 23 ◦ blue 94

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

Shades of Jazzberry Jam #A3175E

Tints of Jazzberry Jam #A3175E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 58.21%
G = 8.21%
B = 33.57%

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

#A3175E (or 0xA3175E) is known color: Jazzberry Jam. HEX triplet: A3, 17 and 5E. RGB value is (163,23,94). Sum of RGB (Red+Green+Blue) = 163+23+94=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A3175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3175E is #5CE8A1. Grayscale: #484848. Windows color (decimal): -6088866 or 6166435. OLE color: 6166435.

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

Color convert

RGB 163 23 94 -
CMYK 0 0.86 0.42 0.36
HSL 329.57º 0.75% 0.36% -
HSV(B) 329.57º 0.86% 0.64% -
XYZ 17.43 9.21 11.45 -
YUV 72.95 139.88 192.23 -
System Red Green Blue C M Y K H S L
Decimal 163 23 94 0 0.86 0.42 0.36 329.57 0.75 0.36
Hex A3 17 5E 0 56 2A 24 14A 4B 24
Octal 243 27 136 0 126 52 44 512 113 44
Binary 10100011 10111 1011110 0 1010110 101010 100100 101001010 1001011 100100

Color Harmonies of #A3175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3175E

Black with #A3175E

Text Example


Text Example

White with #A3175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3175E; }

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

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

background-color css

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

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

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

border-color css

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

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

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