Html Css Color HEX #AD085E Jazzberry Jam

📋 copy color: '#AD085E'

red 173 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #AD085E

Tints of Jazzberry Jam #AD085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.91%

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 62.91%
G = 2.91%
B = 34.18%

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

#AD085E (or 0xAD085E) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 5E. RGB value is (173,8,94). Sum of RGB (Red+Green+Blue) = 173+8+94=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD085E is #52F7A1. Grayscale: #424242. Windows color (decimal): -5437346 or 6162605. OLE color: 6162605.

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

Color convert

RGB 173 8 94 -
CMYK 0 0.95 0.46 0.32
HSL 328.73º 0.91% 0.35% -
HSV(B) 328.73º 0.95% 0.68% -
XYZ 19.34 9.87 11.47 -
YUV 67.14 143.16 203.51 -
System Red Green Blue C M Y K H S L
Decimal 173 8 94 0 0.95 0.46 0.32 328.73 0.91 0.35
Hex AD 8 5E 0 5F 2E 20 149 5B 23
Octal 255 10 136 0 137 56 40 511 133 43
Binary 10101101 1000 1011110 0 1011111 101110 100000 101001001 1011011 100011

Color Harmonies of #AD085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD085E

Black with #AD085E

Text Example


Text Example

White with #AD085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD085E; }

 p { color: rgb(173,8,94); }

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

background-color css

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

 a { background-color: rgb(173,8,94); }

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

border-color css

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

 span { border-color: rgb(173,8,94); }

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