Html Css Color HEX #AD036B Jazzberry Jam

📋 copy color: '#AD036B'

red 173 ◦ green 3 ◦ blue 107

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

Shades of Jazzberry Jam #AD036B

Tints of Jazzberry Jam #AD036B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.81%

R = 61.13%
G = 1.06%
B = 37.81%

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

#AD036B (or 0xAD036B) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 6B. RGB value is (173,3,107). Sum of RGB (Red+Green+Blue) = 173+3+107=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD036B is #52FC94. Grayscale: #414141. Windows color (decimal): -5438613 or 7013293. OLE color: 7013293.

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

Color convert

RGB 173 3 107 -
CMYK 0 0.98 0.38 0.32
HSL 323.29º 0.97% 0.35% -
HSV(B) 323.29º 0.98% 0.68% -
XYZ 19.92 10.01 14.79 -
YUV 65.69 151.32 204.54 -
System Red Green Blue C M Y K H S L
Decimal 173 3 107 0 0.98 0.38 0.32 323.29 0.97 0.35
Hex AD 3 6B 0 62 26 20 143 61 23
Octal 255 3 153 0 142 46 40 503 141 43
Binary 10101101 11 1101011 0 1100010 100110 100000 101000011 1100001 100011

Color Harmonies of #AD036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD036B

Black with #AD036B

Text Example


Text Example

White with #AD036B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD036B; }

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

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

background-color css

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

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

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

border-color css

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

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

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