Html Css Color HEX #AD036A Jazzberry Jam

📋 copy color: '#AD036A'

red 173 ◦ green 3 ◦ blue 106

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

Shades of Jazzberry Jam #AD036A

Tints of Jazzberry Jam #AD036A

RGB

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

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

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

R = 61.35%
G = 1.06%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD036A (or 0xAD036A) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 6A. RGB value is (173,3,106). Sum of RGB (Red+Green+Blue) = 173+3+106=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD036A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD036A is #52FC95. Grayscale: #414141. Windows color (decimal): -5438614 or 6947757. OLE color: 6947757.

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

Color convert

RGB 173 3 106 -
CMYK 0 0.98 0.39 0.32
HSL 323.65º 0.97% 0.35% -
HSV(B) 323.65º 0.98% 0.68% -
XYZ 19.87 9.99 14.52 -
YUV 65.57 150.82 204.62 -
System Red Green Blue C M Y K H S L
Decimal 173 3 106 0 0.98 0.39 0.32 323.65 0.97 0.35
Hex AD 3 6A 0 62 27 20 144 61 23
Octal 255 3 152 0 142 47 40 504 141 43
Binary 10101101 11 1101010 0 1100010 100111 100000 101000100 1100001 100011

Color Harmonies of #AD036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD036A

Black with #AD036A

Text Example


Text Example

White with #AD036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD036A; }

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

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

background-color css

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

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

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

border-color css

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

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

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