Html Css Color HEX #A6015E Jazzberry Jam

📋 copy color: '#A6015E'

red 166 ◦ green 1 ◦ blue 94

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

Shades of Jazzberry Jam #A6015E

Tints of Jazzberry Jam #A6015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 63.6%
G = 0.38%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6015E (or 0xA6015E) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 5E. RGB value is (166,1,94). Sum of RGB (Red+Green+Blue) = 166+1+94=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6015E is #59FEA1. Grayscale: #3C3C3C. Windows color (decimal): -5897890 or 6160806. OLE color: 6160806.

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

Color convert

RGB 166 1 94 -
CMYK 0 0.99 0.43 0.35
HSL 326.18º 0.99% 0.33% -
HSV(B) 326.18º 0.99% 0.65% -
XYZ 17.76 8.94 11.38 -
YUV 60.94 146.66 202.94 -
System Red Green Blue C M Y K H S L
Decimal 166 1 94 0 0.99 0.43 0.35 326.18 0.99 0.33
Hex A6 1 5E 0 63 2B 23 146 63 21
Octal 246 1 136 0 143 53 43 506 143 41
Binary 10100110 1 1011110 0 1100011 101011 100011 101000110 1100011 100001

Color Harmonies of #A6015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6015E

Black with #A6015E

Text Example


Text Example

White with #A6015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6015E; }

 p { color: rgb(166,1,94); }

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

background-color css

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

 a { background-color: rgb(166,1,94); }

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

border-color css

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

 span { border-color: rgb(166,1,94); }

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