Html Css Color HEX #AC2567 Jazzberry Jam

📋 copy color: '#AC2567'

red 172 ◦ green 37 ◦ blue 103

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

Shades of Jazzberry Jam #AC2567

Tints of Jazzberry Jam #AC2567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 55.13%
G = 11.86%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC2567 (or 0xAC2567) is known color: Jazzberry Jam. HEX triplet: AC, 25 and 67. RGB value is (172,37,103). Sum of RGB (Red+Green+Blue) = 172+37+103=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2567 is #53DA98. Grayscale: #545454. Windows color (decimal): -5495449 or 6759852. OLE color: 6759852.

HSL color Cylindrical-coordinate representation of color #AC2567: hue angle of 330.67º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2567 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 37 103 -
CMYK 0 0.78 0.40 0.33
HSL 330.67º 0.65% 0.41% -
HSV(B) 330.67º 0.78% 0.67% -
XYZ 20.12 11.07 13.91 -
YUV 84.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 172 37 103 0 0.78 0.40 0.33 330.67 0.65 0.41
Hex AC 25 67 0 4E 28 21 14B 41 29
Octal 254 45 147 0 116 50 41 513 101 51
Binary 10101100 100101 1100111 0 1001110 101000 100001 101001011 1000001 101001

Color Harmonies of #AC2567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2567

Black with #AC2567

Text Example


Text Example

White with #AC2567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2567; }

 p { color: rgb(172,37,103); }

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

background-color css

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

 a { background-color: rgb(172,37,103); }

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

border-color css

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

 span { border-color: rgb(172,37,103); }

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