Html Css Color HEX #A8004D Jazzberry Jam

📋 copy color: '#A8004D'

red 168 ◦ green 0 ◦ blue 77

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

Shades of Jazzberry Jam #A8004D

Tints of Jazzberry Jam #A8004D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 68.57%
G = 0%
B = 31.43%

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

#A8004D (or 0xA8004D) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 4D. RGB value is (168,0,77). Sum of RGB (Red+Green+Blue) = 168+0+77=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A8004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8004D is #57FFB2. Grayscale: #3A3A3A. Windows color (decimal): -5767091 or 5046440. OLE color: 5046440.

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

Color convert

RGB 168 0 77 -
CMYK 0 1 0.54 0.34
HSL 332.5º 1% 0.33% -
HSV(B) 332.5º 1% 0.66% -
XYZ 17.49 8.86 7.81 -
YUV 59.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 168 0 77 0 1 0.54 0.34 332.5 1 0.33
Hex A8 0 4D 0 64 36 22 14C 64 21
Octal 250 0 115 0 144 66 42 514 144 41
Binary 10101000 0 1001101 0 1100100 110110 100010 101001100 1100100 100001

Color Harmonies of #A8004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8004D

Black with #A8004D

Text Example


Text Example

White with #A8004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8004D; }

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

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

background-color css

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

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

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

border-color css

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

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

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