Html Css Color HEX #AC0867 Jazzberry Jam

📋 copy color: '#AC0867'

red 172 ◦ green 8 ◦ blue 103

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

Shades of Jazzberry Jam #AC0867

Tints of Jazzberry Jam #AC0867

RGB

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

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

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

R = 60.78%
G = 2.83%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC0867 (or 0xAC0867) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 67. RGB value is (172,8,103). Sum of RGB (Red+Green+Blue) = 172+8+103=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0867 is #53F798. Grayscale: #434343. Windows color (decimal): -5502873 or 6752428. OLE color: 6752428.

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

Color convert

RGB 172 8 103 -
CMYK 0 0.95 0.40 0.33
HSL 325.24º 0.91% 0.35% -
HSV(B) 325.24º 0.95% 0.67% -
XYZ 19.55 9.92 13.72 -
YUV 67.87 147.83 202.28 -
System Red Green Blue C M Y K H S L
Decimal 172 8 103 0 0.95 0.40 0.33 325.24 0.91 0.35
Hex AC 8 67 0 5F 28 21 145 5B 23
Octal 254 10 147 0 137 50 41 505 133 43
Binary 10101100 1000 1100111 0 1011111 101000 100001 101000101 1011011 100011

Color Harmonies of #AC0867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0867

Black with #AC0867

Text Example


Text Example

White with #AC0867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0867; }

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

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

background-color css

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

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

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

border-color css

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

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

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