Html Css Color HEX #AC085B Jazzberry Jam

📋 copy color: '#AC085B'

red 172 ◦ green 8 ◦ blue 91

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

Shades of Jazzberry Jam #AC085B

Tints of Jazzberry Jam #AC085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

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

R = 63.47%
G = 2.95%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC085B (or 0xAC085B) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 5B. RGB value is (172,8,91). Sum of RGB (Red+Green+Blue) = 172+8+91=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC085B is #53F7A4. Grayscale: #424242. Windows color (decimal): -5502885 or 5965996. OLE color: 5965996.

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

Color convert

RGB 172 8 91 -
CMYK 0 0.95 0.47 0.33
HSL 329.63º 0.91% 0.35% -
HSV(B) 329.63º 0.95% 0.67% -
XYZ 18.99 9.7 10.77 -
YUV 66.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 172 8 91 0 0.95 0.47 0.33 329.63 0.91 0.35
Hex AC 8 5B 0 5F 2F 21 14A 5B 23
Octal 254 10 133 0 137 57 41 512 133 43
Binary 10101100 1000 1011011 0 1011111 101111 100001 101001010 1011011 100011

Color Harmonies of #AC085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC085B

Black with #AC085B

Text Example


Text Example

White with #AC085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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