Html Css Color HEX #A8175C Jazzberry Jam

📋 copy color: '#A8175C'

red 168 ◦ green 23 ◦ blue 92

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

Shades of Jazzberry Jam #A8175C

Tints of Jazzberry Jam #A8175C

RGB

 RED value IS 168 (66.02% from 255) = 59.36%

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

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

R = 59.36%
G = 8.13%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8175C (or 0xA8175C) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 5C. RGB value is (168,23,92). Sum of RGB (Red+Green+Blue) = 168+23+92=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8175C is #57E8A3. Grayscale: #4A4A4A. Windows color (decimal): -5761188 or 6035368. OLE color: 6035368.

HSL color Cylindrical-coordinate representation of color #A8175C: hue angle of 331.45º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8175C is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 92 -
CMYK 0 0.86 0.45 0.34
HSL 331.45º 0.76% 0.37% -
HSV(B) 331.45º 0.86% 0.66% -
XYZ 18.39 9.71 11.03 -
YUV 74.22 138.04 194.89 -
System Red Green Blue C M Y K H S L
Decimal 168 23 92 0 0.86 0.45 0.34 331.45 0.76 0.37
Hex A8 17 5C 0 56 2D 22 14B 4C 25
Octal 250 27 134 0 126 55 42 513 114 45
Binary 10101000 10111 1011100 0 1010110 101101 100010 101001011 1001100 100101

Color Harmonies of #A8175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8175C

Black with #A8175C

Text Example


Text Example

White with #A8175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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