Html Css Color HEX #AC075B Jazzberry Jam

📋 copy color: '#AC075B'

red 172 ◦ green 7 ◦ blue 91

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

Shades of Jazzberry Jam #AC075B

Tints of Jazzberry Jam #AC075B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.7%

R = 63.7%
G = 2.59%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC075B (or 0xAC075B) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 5B. RGB value is (172,7,91). Sum of RGB (Red+Green+Blue) = 172+7+91=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC075B is #53F8A4. Grayscale: #414141. Windows color (decimal): -5503141 or 5965740. OLE color: 5965740.

HSL color Cylindrical-coordinate representation of color #AC075B: hue angle of 329.45º 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 #AC075B is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 7 91 -
CMYK 0 0.96 0.47 0.33
HSL 329.45º 0.92% 0.35% -
HSV(B) 329.45º 0.96% 0.67% -
XYZ 18.98 9.68 10.77 -
YUV 65.91 142.16 203.67 -
System Red Green Blue C M Y K H S L
Decimal 172 7 91 0 0.96 0.47 0.33 329.45 0.92 0.35
Hex AC 7 5B 0 60 2F 21 149 5C 23
Octal 254 7 133 0 140 57 41 511 134 43
Binary 10101100 111 1011011 0 1100000 101111 100001 101001001 1011100 100011

Color Harmonies of #AC075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC075B

Black with #AC075B

Text Example


Text Example

White with #AC075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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