Html Css Color HEX #A6014E Jazzberry Jam

📋 copy color: '#A6014E'

red 166 ◦ green 1 ◦ blue 78

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

Shades of Jazzberry Jam #A6014E

Tints of Jazzberry Jam #A6014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 67.76%
G = 0.41%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A6014E (or 0xA6014E) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 4E. RGB value is (166,1,78). Sum of RGB (Red+Green+Blue) = 166+1+78=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6014E is #59FEB1. Grayscale: #3A3A3A. Windows color (decimal): -5897906 or 5112230. OLE color: 5112230.

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

Color convert

RGB 166 1 78 -
CMYK 0 0.99 0.53 0.35
HSL 332º 0.99% 0.33% -
HSV(B) 332º 0.99% 0.65% -
XYZ 17.11 8.68 7.98 -
YUV 59.11 138.66 204.24 -
System Red Green Blue C M Y K H S L
Decimal 166 1 78 0 0.99 0.53 0.35 332 0.99 0.33
Hex A6 1 4E 0 63 35 23 14C 63 21
Octal 246 1 116 0 143 65 43 514 143 41
Binary 10100110 1 1001110 0 1100011 110101 100011 101001100 1100011 100001

Color Harmonies of #A6014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6014E

Black with #A6014E

Text Example


Text Example

White with #A6014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6014E; }

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

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

background-color css

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

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

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

border-color css

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

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

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