Html Css Color HEX #A8074F Jazzberry Jam

📋 copy color: '#A8074F'

red 168 ◦ green 7 ◦ blue 79

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

Shades of Jazzberry Jam #A8074F

Tints of Jazzberry Jam #A8074F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.76%

 BLUE value IS 79 (31.25% from 255) = 31.1%

R = 66.14%
G = 2.76%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A8074F (or 0xA8074F) is known color: Jazzberry Jam. HEX triplet: A8, 07 and 4F. RGB value is (168,7,79). Sum of RGB (Red+Green+Blue) = 168+7+79=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A8074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8074F is #57F8B0. Grayscale: #3F3F3F. Windows color (decimal): -5765297 or 5179304. OLE color: 5179304.

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

Color convert

RGB 168 7 79 -
CMYK 0 0.96 0.53 0.34
HSL 333.17º 0.92% 0.34% -
HSV(B) 333.17º 0.96% 0.66% -
XYZ 17.64 9.04 8.21 -
YUV 63.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 168 7 79 0 0.96 0.53 0.34 333.17 0.92 0.34
Hex A8 7 4F 0 60 35 22 14D 5C 22
Octal 250 7 117 0 140 65 42 515 134 42
Binary 10101000 111 1001111 0 1100000 110101 100010 101001101 1011100 100010

Color Harmonies of #A8074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8074F

Black with #A8074F

Text Example


Text Example

White with #A8074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8074F; }

 p { color: rgb(168,7,79); }

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

background-color css

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

 a { background-color: rgb(168,7,79); }

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

border-color css

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

 span { border-color: rgb(168,7,79); }

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