Html Css Color HEX #A6005F Jazzberry Jam

📋 copy color: '#A6005F'

red 166 ◦ green 0 ◦ blue 95

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

Shades of Jazzberry Jam #A6005F

Tints of Jazzberry Jam #A6005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.4%

R = 63.6%
G = 0%
B = 36.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6005F (or 0xA6005F) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 5F. RGB value is (166,0,95). Sum of RGB (Red+Green+Blue) = 166+0+95=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6005F is #59FFA0. Grayscale: #3C3C3C. Windows color (decimal): -5898145 or 6226086. OLE color: 6226086.

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

Color convert

RGB 166 0 95 -
CMYK 0 1 0.43 0.35
HSL 325.66º 1% 0.33% -
HSV(B) 325.66º 1% 0.65% -
XYZ 17.79 8.93 11.61 -
YUV 60.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 166 0 95 0 1 0.43 0.35 325.66 1 0.33
Hex A6 0 5F 0 64 2B 23 146 64 21
Octal 246 0 137 0 144 53 43 506 144 41
Binary 10100110 0 1011111 0 1100100 101011 100011 101000110 1100100 100001

Color Harmonies of #A6005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6005F

Black with #A6005F

Text Example


Text Example

White with #A6005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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