Html Css Color HEX #AD246A Jazzberry Jam

📋 copy color: '#AD246A'

red 173 ◦ green 36 ◦ blue 106

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

Shades of Jazzberry Jam #AD246A

Tints of Jazzberry Jam #AD246A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 54.92%
G = 11.43%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD246A (or 0xAD246A) is known color: Jazzberry Jam. HEX triplet: AD, 24 and 6A. RGB value is (173,36,106). Sum of RGB (Red+Green+Blue) = 173+36+106=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD246A is #52DB95. Grayscale: #545454. Windows color (decimal): -5430166 or 6956205. OLE color: 6956205.

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

Color convert

RGB 173 36 106 -
CMYK 0 0.79 0.39 0.32
HSL 329.34º 0.66% 0.41% -
HSV(B) 329.34º 0.79% 0.68% -
XYZ 20.47 11.19 14.72 -
YUV 84.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 173 36 106 0 0.79 0.39 0.32 329.34 0.66 0.41
Hex AD 24 6A 0 4F 27 20 149 42 29
Octal 255 44 152 0 117 47 40 511 102 51
Binary 10101101 100100 1101010 0 1001111 100111 100000 101001001 1000010 101001

Color Harmonies of #AD246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD246A

Black with #AD246A

Text Example


Text Example

White with #AD246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD246A; }

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

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

background-color css

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

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

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

border-color css

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

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

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