Html Css Color HEX #A6256C Jazzberry Jam

📋 copy color: '#A6256C'

red 166 ◦ green 37 ◦ blue 108

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

Shades of Jazzberry Jam #A6256C

Tints of Jazzberry Jam #A6256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 53.38%
G = 11.9%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A6256C (or 0xA6256C) is known color: Jazzberry Jam. HEX triplet: A6, 25 and 6C. RGB value is (166,37,108). Sum of RGB (Red+Green+Blue) = 166+37+108=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6256C is #59DA93. Grayscale: #535353. Windows color (decimal): -5888660 or 7087526. OLE color: 7087526.

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

Color convert

RGB 166 37 108 -
CMYK 0 0.78 0.35 0.35
HSL 326.98º 0.64% 0.4% -
HSV(B) 326.98º 0.78% 0.65% -
XYZ 19.09 10.51 15.21 -
YUV 83.67 141.74 186.73 -
System Red Green Blue C M Y K H S L
Decimal 166 37 108 0 0.78 0.35 0.35 326.98 0.64 0.4
Hex A6 25 6C 0 4E 23 23 147 40 28
Octal 246 45 154 0 116 43 43 507 100 50
Binary 10100110 100101 1101100 0 1001110 100011 100011 101000111 1000000 101000

Color Harmonies of #A6256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6256C

Black with #A6256C

Text Example


Text Example

White with #A6256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6256C; }

 p { color: rgb(166,37,108); }

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

background-color css

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

 a { background-color: rgb(166,37,108); }

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

border-color css

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

 span { border-color: rgb(166,37,108); }

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