Html Css Color HEX #A6266E Jazzberry Jam

📋 copy color: '#A6266E'

red 166 ◦ green 38 ◦ blue 110

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

Shades of Jazzberry Jam #A6266E

Tints of Jazzberry Jam #A6266E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

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

R = 52.87%
G = 12.1%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6266E (or 0xA6266E) is known color: Jazzberry Jam. HEX triplet: A6, 26 and 6E. RGB value is (166,38,110). Sum of RGB (Red+Green+Blue) = 166+38+110=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6266E is #59D991. Grayscale: #545454. Windows color (decimal): -5888402 or 7218854. OLE color: 7218854.

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

Color convert

RGB 166 38 110 -
CMYK 0 0.77 0.34 0.35
HSL 326.25º 0.63% 0.4% -
HSV(B) 326.25º 0.77% 0.65% -
XYZ 19.23 10.62 15.79 -
YUV 84.48 142.41 186.15 -
System Red Green Blue C M Y K H S L
Decimal 166 38 110 0 0.77 0.34 0.35 326.25 0.63 0.4
Hex A6 26 6E 0 4D 22 23 146 3F 28
Octal 246 46 156 0 115 42 43 506 77 50
Binary 10100110 100110 1101110 0 1001101 100010 100011 101000110 111111 101000

Color Harmonies of #A6266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6266E

Black with #A6266E

Text Example


Text Example

White with #A6266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6266E; }

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

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

background-color css

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

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

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

border-color css

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

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

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