Html Css Color HEX #A3175C Jazzberry Jam

📋 copy color: '#A3175C'

red 163 ◦ green 23 ◦ blue 92

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

Shades of Jazzberry Jam #A3175C

Tints of Jazzberry Jam #A3175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 58.63%
G = 8.27%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3175C (or 0xA3175C) is known color: Jazzberry Jam. HEX triplet: A3, 17 and 5C. RGB value is (163,23,92). Sum of RGB (Red+Green+Blue) = 163+23+92=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A3175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3175C is #5CE8A3. Grayscale: #484848. Windows color (decimal): -6088868 or 6035363. OLE color: 6035363.

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

Color convert

RGB 163 23 92 -
CMYK 0 0.86 0.44 0.36
HSL 330.43º 0.75% 0.36% -
HSV(B) 330.43º 0.86% 0.64% -
XYZ 17.34 9.17 10.98 -
YUV 72.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 163 23 92 0 0.86 0.44 0.36 330.43 0.75 0.36
Hex A3 17 5C 0 56 2C 24 14A 4B 24
Octal 243 27 134 0 126 54 44 512 113 44
Binary 10100011 10111 1011100 0 1010110 101100 100100 101001010 1001011 100100

Color Harmonies of #A3175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3175C

Black with #A3175C

Text Example


Text Example

White with #A3175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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