Html Css Color HEX #AD036C Jazzberry Jam

📋 copy color: '#AD036C'

red 173 ◦ green 3 ◦ blue 108

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

Shades of Jazzberry Jam #AD036C

Tints of Jazzberry Jam #AD036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 60.92%
G = 1.06%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD036C (or 0xAD036C) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 6C. RGB value is (173,3,108). Sum of RGB (Red+Green+Blue) = 173+3+108=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD036C is #52FC93. Grayscale: #414141. Windows color (decimal): -5438612 or 7078829. OLE color: 7078829.

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

Color convert

RGB 173 3 108 -
CMYK 0 0.98 0.38 0.32
HSL 322.94º 0.97% 0.35% -
HSV(B) 322.94º 0.98% 0.68% -
XYZ 19.97 10.03 15.07 -
YUV 65.8 151.82 204.46 -
System Red Green Blue C M Y K H S L
Decimal 173 3 108 0 0.98 0.38 0.32 322.94 0.97 0.35
Hex AD 3 6C 0 62 26 20 143 61 23
Octal 255 3 154 0 142 46 40 503 141 43
Binary 10101101 11 1101100 0 1100010 100110 100000 101000011 1100001 100011

Color Harmonies of #AD036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD036C

Black with #AD036C

Text Example


Text Example

White with #AD036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD036C; }

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

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

background-color css

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

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

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

border-color css

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

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

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