Html Css Color HEX #A6175F Jazzberry Jam

📋 copy color: '#A6175F'

red 166 ◦ green 23 ◦ blue 95

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

Shades of Jazzberry Jam #A6175F

Tints of Jazzberry Jam #A6175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.45%

R = 58.45%
G = 8.1%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6175F (or 0xA6175F) is known color: Jazzberry Jam. HEX triplet: A6, 17 and 5F. RGB value is (166,23,95). Sum of RGB (Red+Green+Blue) = 166+23+95=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A6175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6175F is #59E8A0. Grayscale: #494949. Windows color (decimal): -5892257 or 6231974. OLE color: 6231974.

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

Color convert

RGB 166 23 95 -
CMYK 0 0.86 0.43 0.35
HSL 329.79º 0.76% 0.37% -
HSV(B) 329.79º 0.86% 0.65% -
XYZ 18.1 9.55 11.72 -
YUV 73.97 139.88 193.65 -
System Red Green Blue C M Y K H S L
Decimal 166 23 95 0 0.86 0.43 0.35 329.79 0.76 0.37
Hex A6 17 5F 0 56 2B 23 14A 4C 25
Octal 246 27 137 0 126 53 43 512 114 45
Binary 10100110 10111 1011111 0 1010110 101011 100011 101001010 1001100 100101

Color Harmonies of #A6175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6175F

Black with #A6175F

Text Example


Text Example

White with #A6175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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