Html Css Color HEX #A8014C Jazzberry Jam

📋 copy color: '#A8014C'

red 168 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #A8014C

Tints of Jazzberry Jam #A8014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 68.57%
G = 0.41%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8014C (or 0xA8014C) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 4C. RGB value is (168,1,76). Sum of RGB (Red+Green+Blue) = 168+1+76=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A8014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8014C is #57FEB3. Grayscale: #3B3B3B. Windows color (decimal): -5766836 or 4981160. OLE color: 4981160.

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

Color convert

RGB 168 1 76 -
CMYK 0 0.99 0.55 0.34
HSL 333.05º 0.99% 0.33% -
HSV(B) 333.05º 0.99% 0.66% -
XYZ 17.46 8.87 7.63 -
YUV 59.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 168 1 76 0 0.99 0.55 0.34 333.05 0.99 0.33
Hex A8 1 4C 0 63 37 22 14D 63 21
Octal 250 1 114 0 143 67 42 515 143 41
Binary 10101000 1 1001100 0 1100011 110111 100010 101001101 1100011 100001

Color Harmonies of #A8014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8014C

Black with #A8014C

Text Example


Text Example

White with #A8014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8014C; }

 p { color: rgb(168,1,76); }

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

background-color css

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

 a { background-color: rgb(168,1,76); }

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

border-color css

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

 span { border-color: rgb(168,1,76); }

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