Html Css Color HEX #A6246E Jazzberry Jam

📋 copy color: '#A6246E'

red 166 ◦ green 36 ◦ blue 110

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

Shades of Jazzberry Jam #A6246E

Tints of Jazzberry Jam #A6246E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 53.21%
G = 11.54%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6246E (or 0xA6246E) is known color: Jazzberry Jam. HEX triplet: A6, 24 and 6E. RGB value is (166,36,110). Sum of RGB (Red+Green+Blue) = 166+36+110=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6246E is #59DB91. Grayscale: #535353. Windows color (decimal): -5888914 or 7218342. OLE color: 7218342.

HSL color Cylindrical-coordinate representation of color #A6246E: hue angle of 325.85º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6246E is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 36 110 -
CMYK 0 0.78 0.34 0.35
HSL 325.85º 0.64% 0.4% -
HSV(B) 325.85º 0.78% 0.65% -
XYZ 19.17 10.49 15.77 -
YUV 83.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 166 36 110 0 0.78 0.34 0.35 325.85 0.64 0.4
Hex A6 24 6E 0 4E 22 23 146 40 28
Octal 246 44 156 0 116 42 43 506 100 50
Binary 10100110 100100 1101110 0 1001110 100010 100011 101000110 1000000 101000

Color Harmonies of #A6246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6246E

Black with #A6246E

Text Example


Text Example

White with #A6246E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6246E; }

 p { color: rgb(166,36,110); }

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

background-color css

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

 a { background-color: rgb(166,36,110); }

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

border-color css

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

 span { border-color: rgb(166,36,110); }

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