Html Css Color HEX #A3175A Jazzberry Jam

📋 copy color: '#A3175A'

red 163 ◦ green 23 ◦ blue 90

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

Shades of Jazzberry Jam #A3175A

Tints of Jazzberry Jam #A3175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.61%

R = 59.06%
G = 8.33%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A3175A (or 0xA3175A) is known color: Jazzberry Jam. HEX triplet: A3, 17 and 5A. RGB value is (163,23,90). Sum of RGB (Red+Green+Blue) = 163+23+90=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A3175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3175A is #5CE8A5. Grayscale: #484848. Windows color (decimal): -6088870 or 5904291. OLE color: 5904291.

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

Color convert

RGB 163 23 90 -
CMYK 0 0.86 0.45 0.36
HSL 331.29º 0.75% 0.36% -
HSV(B) 331.29º 0.86% 0.64% -
XYZ 17.26 9.14 10.53 -
YUV 72.5 137.88 192.55 -
System Red Green Blue C M Y K H S L
Decimal 163 23 90 0 0.86 0.45 0.36 331.29 0.75 0.36
Hex A3 17 5A 0 56 2D 24 14B 4B 24
Octal 243 27 132 0 126 55 44 513 113 44
Binary 10100011 10111 1011010 0 1010110 101101 100100 101001011 1001011 100100

Color Harmonies of #A3175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3175A

Black with #A3175A

Text Example


Text Example

White with #A3175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3175A; }

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

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

background-color css

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

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

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

border-color css

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

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

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