Html Css Color HEX #AD246E Jazzberry Jam

📋 copy color: '#AD246E'

red 173 ◦ green 36 ◦ blue 110

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

Shades of Jazzberry Jam #AD246E

Tints of Jazzberry Jam #AD246E

RGB

 RED value IS 173 (67.97% from 255) = 54.23%

 GREEN value IS 36 (14.45% from 255) = 11.29%

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 54.23%
G = 11.29%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD246E (or 0xAD246E) is known color: Jazzberry Jam. HEX triplet: AD, 24 and 6E. RGB value is (173,36,110). Sum of RGB (Red+Green+Blue) = 173+36+110=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD246E is #52DB91. Grayscale: #555555. Windows color (decimal): -5430162 or 7218349. OLE color: 7218349.

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

Color convert

RGB 173 36 110 -
CMYK 0 0.79 0.36 0.32
HSL 327.59º 0.66% 0.41% -
HSV(B) 327.59º 0.79% 0.68% -
XYZ 20.68 11.27 15.84 -
YUV 85.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 173 36 110 0 0.79 0.36 0.32 327.59 0.66 0.41
Hex AD 24 6E 0 4F 24 20 148 42 29
Octal 255 44 156 0 117 44 40 510 102 51
Binary 10101101 100100 1101110 0 1001111 100100 100000 101001000 1000010 101001

Color Harmonies of #AD246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD246E

Black with #AD246E

Text Example


Text Example

White with #AD246E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD246E; }

 p { color: rgb(173,36,110); }

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

background-color css

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

 a { background-color: rgb(173,36,110); }

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

border-color css

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

 span { border-color: rgb(173,36,110); }

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