#AD226F

Color #AD226F Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AD226F

Tints of Jazzberry Jam #AD226F

Color information

#AD226F (or 0xAD226F) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 22 and 6F. RGB value is (173,34,111). Sum of RGB (Red+Green+Blue) = 173+34+111=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD226F is #52DD90. Grayscale: #545454. Windows color (decimal): -5430673 or 7283373. OLE color: 7283373.

HSL color Cylindrical-coordinate representation of color #AD226F: hue angle of 326.76º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD226F is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17334111-
CMYK00.800.360.32
HSL326.76º67.15%40.59%-
HSV(B)326.76º80.35%67.84%-
XYZ20.6711.1816.11-
YUV84.34143.05191.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.40%
GREEN value IS 34 (13.67% from 255) = 10.69%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=54.40%
G=10.69%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733411100.800.360.32326.7667.1540.59
HexAD226F05024201474329
Octal255421570120444050710351
Binary101011011000101101111010100001001001000001010001111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD226F; }

 p { color: rgb(173,34,111); }

 H1.HeaderClassName
 {
   color: #AD226F;
 }
 .AnyTagClassName
 {
   color: #AD226F;
 }
</style>
background-color css

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

 a { background-color: rgb(173,34,111); }

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

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

 span { border-color: rgb(173,34,111); }

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