Html Css Color HEX #AD246D Jazzberry Jam

📋 copy color: '#AD246D'

red 173 ◦ green 36 ◦ blue 109

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

Shades of Jazzberry Jam #AD246D

Tints of Jazzberry Jam #AD246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 54.4%
G = 11.32%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD246D (or 0xAD246D) is known color: Jazzberry Jam. HEX triplet: AD, 24 and 6D. RGB value is (173,36,109). Sum of RGB (Red+Green+Blue) = 173+36+109=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD246D is #52DB92. Grayscale: #555555. Windows color (decimal): -5430163 or 7152813. OLE color: 7152813.

HSL color Cylindrical-coordinate representation of color #AD246D: hue angle of 328.03º 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 #AD246D is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 109 -
CMYK 0 0.79 0.37 0.32
HSL 328.03º 0.66% 0.41% -
HSV(B) 328.03º 0.79% 0.68% -
XYZ 20.62 11.25 15.55 -
YUV 85.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 173 36 109 0 0.79 0.37 0.32 328.03 0.66 0.41
Hex AD 24 6D 0 4F 25 20 148 42 29
Octal 255 44 155 0 117 45 40 510 102 51
Binary 10101101 100100 1101101 0 1001111 100101 100000 101001000 1000010 101001

Color Harmonies of #AD246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD246D

Black with #AD246D

Text Example


Text Example

White with #AD246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD246D; }

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

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

background-color css

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

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

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

border-color css

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

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

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