Html Css Color HEX #A6256F Jazzberry Jam

📋 copy color: '#A6256F'

red 166 ◦ green 37 ◦ blue 111

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

Shades of Jazzberry Jam #A6256F

Tints of Jazzberry Jam #A6256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 52.87%
G = 11.78%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6256F (or 0xA6256F) is known color: Jazzberry Jam. HEX triplet: A6, 25 and 6F. RGB value is (166,37,111). Sum of RGB (Red+Green+Blue) = 166+37+111=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6256F is #59DA90. Grayscale: #535353. Windows color (decimal): -5888657 or 7284134. OLE color: 7284134.

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

Color convert

RGB 166 37 111 -
CMYK 0 0.78 0.33 0.35
HSL 325.58º 0.64% 0.4% -
HSV(B) 325.58º 0.78% 0.65% -
XYZ 19.26 10.58 16.07 -
YUV 84.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 166 37 111 0 0.78 0.33 0.35 325.58 0.64 0.4
Hex A6 25 6F 0 4E 21 23 146 40 28
Octal 246 45 157 0 116 41 43 506 100 50
Binary 10100110 100101 1101111 0 1001110 100001 100011 101000110 1000000 101000

Color Harmonies of #A6256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6256F

Black with #A6256F

Text Example


Text Example

White with #A6256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6256F; }

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

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

background-color css

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

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

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

border-color css

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

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

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