Html Css Color HEX #AD096A Jazzberry Jam

📋 copy color: '#AD096A'

red 173 ◦ green 9 ◦ blue 106

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

Shades of Jazzberry Jam #AD096A

Tints of Jazzberry Jam #AD096A

RGB

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

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

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

R = 60.07%
G = 3.13%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD096A (or 0xAD096A) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 6A. RGB value is (173,9,106). Sum of RGB (Red+Green+Blue) = 173+9+106=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD096A is #52F695. Grayscale: #444444. Windows color (decimal): -5437078 or 6949293. OLE color: 6949293.

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

Color convert

RGB 173 9 106 -
CMYK 0 0.95 0.39 0.32
HSL 324.51º 0.9% 0.36% -
HSV(B) 324.51º 0.95% 0.68% -
XYZ 19.93 10.12 14.54 -
YUV 69.09 148.83 202.11 -
System Red Green Blue C M Y K H S L
Decimal 173 9 106 0 0.95 0.39 0.32 324.51 0.9 0.36
Hex AD 9 6A 0 5F 27 20 145 5A 24
Octal 255 11 152 0 137 47 40 505 132 44
Binary 10101101 1001 1101010 0 1011111 100111 100000 101000101 1011010 100100

Color Harmonies of #AD096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD096A

Black with #AD096A

Text Example


Text Example

White with #AD096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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