Html Css Color HEX #AD096F Jazzberry Jam

📋 copy color: '#AD096F'

red 173 ◦ green 9 ◦ blue 111

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

Shades of Jazzberry Jam #AD096F

Tints of Jazzberry Jam #AD096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.07%

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 59.04%
G = 3.07%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD096F (or 0xAD096F) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 6F. RGB value is (173,9,111). Sum of RGB (Red+Green+Blue) = 173+9+111=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD096F is #52F690. Grayscale: #454545. Windows color (decimal): -5437073 or 7276973. OLE color: 7276973.

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

Color convert

RGB 173 9 111 -
CMYK 0 0.95 0.36 0.32
HSL 322.68º 0.9% 0.36% -
HSV(B) 322.68º 0.95% 0.68% -
XYZ 20.2 10.23 15.95 -
YUV 69.66 151.33 201.71 -
System Red Green Blue C M Y K H S L
Decimal 173 9 111 0 0.95 0.36 0.32 322.68 0.9 0.36
Hex AD 9 6F 0 5F 24 20 143 5A 24
Octal 255 11 157 0 137 44 40 503 132 44
Binary 10101101 1001 1101111 0 1011111 100100 100000 101000011 1011010 100100

Color Harmonies of #AD096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD096F

Black with #AD096F

Text Example


Text Example

White with #AD096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD096F; }

 p { color: rgb(173,9,111); }

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

background-color css

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

 a { background-color: rgb(173,9,111); }

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

border-color css

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

 span { border-color: rgb(173,9,111); }

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