Html Css Color HEX #A8004E Jazzberry Jam

📋 copy color: '#A8004E'

red 168 ◦ green 0 ◦ blue 78

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

Shades of Jazzberry Jam #A8004E

Tints of Jazzberry Jam #A8004E

RGB

 RED value IS 168 (66.02% from 255) = 68.29%

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

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

R = 68.29%
G = 0%
B = 31.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A8004E (or 0xA8004E) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 4E. RGB value is (168,0,78). Sum of RGB (Red+Green+Blue) = 168+0+78=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A8004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8004E is #57FFB1. Grayscale: #3A3A3A. Windows color (decimal): -5767090 or 5111976. OLE color: 5111976.

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

Color convert

RGB 168 0 78 -
CMYK 0 1 0.54 0.34
HSL 332.14º 1% 0.33% -
HSV(B) 332.14º 1% 0.66% -
XYZ 17.52 8.87 8 -
YUV 59.12 138.66 205.66 -
System Red Green Blue C M Y K H S L
Decimal 168 0 78 0 1 0.54 0.34 332.14 1 0.33
Hex A8 0 4E 0 64 36 22 14C 64 21
Octal 250 0 116 0 144 66 42 514 144 41
Binary 10101000 0 1001110 0 1100100 110110 100010 101001100 1100100 100001

Color Harmonies of #A8004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8004E

Black with #A8004E

Text Example


Text Example

White with #A8004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8004E; }

 p { color: rgb(168,0,78); }

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

background-color css

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

 a { background-color: rgb(168,0,78); }

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

border-color css

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

 span { border-color: rgb(168,0,78); }

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