Html Css Color HEX #AC075E Jazzberry Jam

📋 copy color: '#AC075E'

red 172 ◦ green 7 ◦ blue 94

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

Shades of Jazzberry Jam #AC075E

Tints of Jazzberry Jam #AC075E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 63%
G = 2.56%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC075E (or 0xAC075E) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 5E. RGB value is (172,7,94). Sum of RGB (Red+Green+Blue) = 172+7+94=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC075E is #53F8A1. Grayscale: #424242. Windows color (decimal): -5503138 or 6162348. OLE color: 6162348.

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

Color convert

RGB 172 7 94 -
CMYK 0 0.96 0.45 0.33
HSL 328.36º 0.92% 0.35% -
HSV(B) 328.36º 0.96% 0.67% -
XYZ 19.11 9.73 11.46 -
YUV 66.25 143.66 203.43 -
System Red Green Blue C M Y K H S L
Decimal 172 7 94 0 0.96 0.45 0.33 328.36 0.92 0.35
Hex AC 7 5E 0 60 2D 21 148 5C 23
Octal 254 7 136 0 140 55 41 510 134 43
Binary 10101100 111 1011110 0 1100000 101101 100001 101001000 1011100 100011

Color Harmonies of #AC075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC075E

Black with #AC075E

Text Example


Text Example

White with #AC075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC075E; }

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

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

background-color css

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

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

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

border-color css

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

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

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