Html Css Color HEX #AD036E Jazzberry Jam

📋 copy color: '#AD036E'

red 173 ◦ green 3 ◦ blue 110

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

Shades of Jazzberry Jam #AD036E

Tints of Jazzberry Jam #AD036E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 60.49%
G = 1.05%
B = 38.46%

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

#AD036E (or 0xAD036E) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 6E. RGB value is (173,3,110). Sum of RGB (Red+Green+Blue) = 173+3+110=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD036E is #52FC91. Grayscale: #414141. Windows color (decimal): -5438610 or 7209901. OLE color: 7209901.

HSL color Cylindrical-coordinate representation of color #AD036E: hue angle of 322.24º degrees, saturation: 0.97, 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 #AD036E is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 3 110 -
CMYK 0 0.98 0.36 0.32
HSL 322.24º 0.97% 0.35% -
HSV(B) 322.24º 0.98% 0.68% -
XYZ 20.08 10.08 15.64 -
YUV 66.03 152.82 204.3 -
System Red Green Blue C M Y K H S L
Decimal 173 3 110 0 0.98 0.36 0.32 322.24 0.97 0.35
Hex AD 3 6E 0 62 24 20 142 61 23
Octal 255 3 156 0 142 44 40 502 141 43
Binary 10101101 11 1101110 0 1100010 100100 100000 101000010 1100001 100011

Color Harmonies of #AD036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD036E

Black with #AD036E

Text Example


Text Example

White with #AD036E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD036E; }

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

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

background-color css

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

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

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

border-color css

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

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

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