Html Css Color HEX #AC074E Jazzberry Jam

📋 copy color: '#AC074E'

red 172 ◦ green 7 ◦ blue 78

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

Shades of Jazzberry Jam #AC074E

Tints of Jazzberry Jam #AC074E

RGB

 RED value IS 172 (67.58% from 255) = 66.93%

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

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

R = 66.93%
G = 2.72%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC074E (or 0xAC074E) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 4E. RGB value is (172,7,78). Sum of RGB (Red+Green+Blue) = 172+7+78=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC074E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC074E is #53F8B1. Grayscale: #404040. Windows color (decimal): -5503154 or 5113772. OLE color: 5113772.

HSL color Cylindrical-coordinate representation of color #AC074E: hue angle of 334.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC074E is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 7 78 -
CMYK 0 0.96 0.55 0.33
HSL 334.18º 0.92% 0.35% -
HSV(B) 334.18º 0.96% 0.67% -
XYZ 18.46 9.47 8.06 -
YUV 64.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 172 7 78 0 0.96 0.55 0.33 334.18 0.92 0.35
Hex AC 7 4E 0 60 37 21 14E 5C 23
Octal 254 7 116 0 140 67 41 516 134 43
Binary 10101100 111 1001110 0 1100000 110111 100001 101001110 1011100 100011

Color Harmonies of #AC074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC074E

Black with #AC074E

Text Example


Text Example

White with #AC074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC074E; }

 p { color: rgb(172,7,78); }

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

background-color css

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

 a { background-color: rgb(172,7,78); }

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

border-color css

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

 span { border-color: rgb(172,7,78); }

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