Html Css Color HEX #AD095D Jazzberry Jam

📋 copy color: '#AD095D'

red 173 ◦ green 9 ◦ blue 93

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

Shades of Jazzberry Jam #AD095D

Tints of Jazzberry Jam #AD095D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.82%

R = 62.91%
G = 3.27%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD095D (or 0xAD095D) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 5D. RGB value is (173,9,93). Sum of RGB (Red+Green+Blue) = 173+9+93=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD095D is #52F6A2. Grayscale: #434343. Windows color (decimal): -5437091 or 6097325. OLE color: 6097325.

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

Color convert

RGB 173 9 93 -
CMYK 0 0.95 0.46 0.32
HSL 329.27º 0.9% 0.36% -
HSV(B) 329.27º 0.95% 0.68% -
XYZ 19.31 9.87 11.24 -
YUV 67.61 142.33 203.17 -
System Red Green Blue C M Y K H S L
Decimal 173 9 93 0 0.95 0.46 0.32 329.27 0.9 0.36
Hex AD 9 5D 0 5F 2E 20 149 5A 24
Octal 255 11 135 0 137 56 40 511 132 44
Binary 10101101 1001 1011101 0 1011111 101110 100000 101001001 1011010 100100

Color Harmonies of #AD095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD095D

Black with #AD095D

Text Example


Text Example

White with #AD095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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