Html Css Color HEX #AD096D Jazzberry Jam

📋 copy color: '#AD096D'

red 173 ◦ green 9 ◦ blue 109

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

Shades of Jazzberry Jam #AD096D

Tints of Jazzberry Jam #AD096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 59.45%
G = 3.09%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD096D (or 0xAD096D) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 6D. RGB value is (173,9,109). Sum of RGB (Red+Green+Blue) = 173+9+109=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD096D is #52F692. Grayscale: #454545. Windows color (decimal): -5437075 or 7145901. OLE color: 7145901.

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

Color convert

RGB 173 9 109 -
CMYK 0 0.95 0.37 0.32
HSL 323.41º 0.9% 0.36% -
HSV(B) 323.41º 0.95% 0.68% -
XYZ 20.09 10.18 15.37 -
YUV 69.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 173 9 109 0 0.95 0.37 0.32 323.41 0.9 0.36
Hex AD 9 6D 0 5F 25 20 143 5A 24
Octal 255 11 155 0 137 45 40 503 132 44
Binary 10101101 1001 1101101 0 1011111 100101 100000 101000011 1011010 100100

Color Harmonies of #AD096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD096D

Black with #AD096D

Text Example


Text Example

White with #AD096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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