Html Css Color HEX #AD046E Jazzberry Jam

📋 copy color: '#AD046E'

red 173 ◦ green 4 ◦ blue 110

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

Shades of Jazzberry Jam #AD046E

Tints of Jazzberry Jam #AD046E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

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

R = 60.28%
G = 1.39%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD046E (or 0xAD046E) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 6E. RGB value is (173,4,110). Sum of RGB (Red+Green+Blue) = 173+4+110=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD046E is #52FB91. Grayscale: #424242. Windows color (decimal): -5438354 or 7210157. OLE color: 7210157.

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

Color convert

RGB 173 4 110 -
CMYK 0 0.98 0.36 0.32
HSL 322.37º 0.95% 0.35% -
HSV(B) 322.37º 0.98% 0.68% -
XYZ 20.09 10.1 15.64 -
YUV 66.62 152.49 203.88 -
System Red Green Blue C M Y K H S L
Decimal 173 4 110 0 0.98 0.36 0.32 322.37 0.95 0.35
Hex AD 4 6E 0 62 24 20 142 5F 23
Octal 255 4 156 0 142 44 40 502 137 43
Binary 10101101 100 1101110 0 1100010 100100 100000 101000010 1011111 100011

Color Harmonies of #AD046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD046E

Black with #AD046E

Text Example


Text Example

White with #AD046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD046E; }

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

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

background-color css

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

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

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

border-color css

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

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

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