Html Css Color HEX #AC046B Jazzberry Jam

📋 copy color: '#AC046B'

red 172 ◦ green 4 ◦ blue 107

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

Shades of Jazzberry Jam #AC046B

Tints of Jazzberry Jam #AC046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 107 (42.19% from 255) = 37.81%

R = 60.78%
G = 1.41%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC046B (or 0xAC046B) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 6B. RGB value is (172,4,107). Sum of RGB (Red+Green+Blue) = 172+4+107=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC046B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC046B is #53FB94. Grayscale: #414141. Windows color (decimal): -5503893 or 7013548. OLE color: 7013548.

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

Color convert

RGB 172 4 107 -
CMYK 0 0.98 0.38 0.33
HSL 323.21º 0.95% 0.35% -
HSV(B) 323.21º 0.98% 0.67% -
XYZ 19.71 9.92 14.79 -
YUV 65.97 151.16 203.62 -
System Red Green Blue C M Y K H S L
Decimal 172 4 107 0 0.98 0.38 0.33 323.21 0.95 0.35
Hex AC 4 6B 0 62 26 21 143 5F 23
Octal 254 4 153 0 142 46 41 503 137 43
Binary 10101100 100 1101011 0 1100010 100110 100001 101000011 1011111 100011

Color Harmonies of #AC046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC046B

Black with #AC046B

Text Example


Text Example

White with #AC046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC046B; }

 p { color: rgb(172,4,107); }

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

background-color css

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

 a { background-color: rgb(172,4,107); }

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

border-color css

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

 span { border-color: rgb(172,4,107); }

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