Html Css Color HEX #A6175C Jazzberry Jam

📋 copy color: '#A6175C'

red 166 ◦ green 23 ◦ blue 92

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

Shades of Jazzberry Jam #A6175C

Tints of Jazzberry Jam #A6175C

RGB

 RED value IS 166 (65.23% from 255) = 59.07%

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

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

R = 59.07%
G = 8.19%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6175C (or 0xA6175C) is known color: Jazzberry Jam. HEX triplet: A6, 17 and 5C. RGB value is (166,23,92). Sum of RGB (Red+Green+Blue) = 166+23+92=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6175C is #59E8A3. Grayscale: #494949. Windows color (decimal): -5892260 or 6035366. OLE color: 6035366.

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

Color convert

RGB 166 23 92 -
CMYK 0 0.86 0.45 0.35
HSL 331.05º 0.76% 0.37% -
HSV(B) 331.05º 0.86% 0.65% -
XYZ 17.96 9.49 11.01 -
YUV 73.62 138.38 193.89 -
System Red Green Blue C M Y K H S L
Decimal 166 23 92 0 0.86 0.45 0.35 331.05 0.76 0.37
Hex A6 17 5C 0 56 2D 23 14B 4C 25
Octal 246 27 134 0 126 55 43 513 114 45
Binary 10100110 10111 1011100 0 1010110 101101 100011 101001011 1001100 100101

Color Harmonies of #A6175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6175C

Black with #A6175C

Text Example


Text Example

White with #A6175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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