Html Css Color HEX #AC075A Jazzberry Jam

📋 copy color: '#AC075A'

red 172 ◦ green 7 ◦ blue 90

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

Shades of Jazzberry Jam #AC075A

Tints of Jazzberry Jam #AC075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.46%

R = 63.94%
G = 2.6%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC075A (or 0xAC075A) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 5A. RGB value is (172,7,90). Sum of RGB (Red+Green+Blue) = 172+7+90=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC075A is #53F8A5. Grayscale: #414141. Windows color (decimal): -5503142 or 5900204. OLE color: 5900204.

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

Color convert

RGB 172 7 90 -
CMYK 0 0.96 0.48 0.33
HSL 329.82º 0.92% 0.35% -
HSV(B) 329.82º 0.96% 0.67% -
XYZ 18.93 9.66 10.54 -
YUV 65.8 141.66 203.75 -
System Red Green Blue C M Y K H S L
Decimal 172 7 90 0 0.96 0.48 0.33 329.82 0.92 0.35
Hex AC 7 5A 0 60 30 21 14A 5C 23
Octal 254 7 132 0 140 60 41 512 134 43
Binary 10101100 111 1011010 0 1100000 110000 100001 101001010 1011100 100011

Color Harmonies of #AC075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC075A

Black with #AC075A

Text Example


Text Example

White with #AC075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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