Html Css Color HEX #A6004F Jazzberry Jam

📋 copy color: '#A6004F'

red 166 ◦ green 0 ◦ blue 79

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

Shades of Jazzberry Jam #A6004F

Tints of Jazzberry Jam #A6004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 67.76%
G = 0%
B = 32.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A6004F (or 0xA6004F) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 4F. RGB value is (166,0,79). Sum of RGB (Red+Green+Blue) = 166+0+79=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6004F is #59FFB0. Grayscale: #3A3A3A. Windows color (decimal): -5898161 or 5177510. OLE color: 5177510.

HSL color Cylindrical-coordinate representation of color #A6004F: hue angle of 331.45º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6004F is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 0 79 -
CMYK 0 1 0.52 0.35
HSL 331.45º 1% 0.33% -
HSV(B) 331.45º 1% 0.65% -
XYZ 17.14 8.67 8.17 -
YUV 58.64 139.5 204.58 -
System Red Green Blue C M Y K H S L
Decimal 166 0 79 0 1 0.52 0.35 331.45 1 0.33
Hex A6 0 4F 0 64 34 23 14B 64 21
Octal 246 0 117 0 144 64 43 513 144 41
Binary 10100110 0 1001111 0 1100100 110100 100011 101001011 1100100 100001

Color Harmonies of #A6004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6004F

Black with #A6004F

Text Example


Text Example

White with #A6004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6004F; }

 p { color: rgb(166,0,79); }

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

background-color css

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

 a { background-color: rgb(166,0,79); }

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

border-color css

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

 span { border-color: rgb(166,0,79); }

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