Html Css Color HEX #AD085C Jazzberry Jam

📋 copy color: '#AD085C'

red 173 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #AD085C

Tints of Jazzberry Jam #AD085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 63.37%
G = 2.93%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD085C (or 0xAD085C) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 5C. RGB value is (173,8,92). Sum of RGB (Red+Green+Blue) = 173+8+92=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD085C is #52F7A3. Grayscale: #424242. Windows color (decimal): -5437348 or 6031533. OLE color: 6031533.

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

Color convert

RGB 173 8 92 -
CMYK 0 0.95 0.47 0.32
HSL 329.45º 0.91% 0.35% -
HSV(B) 329.45º 0.95% 0.68% -
XYZ 19.25 9.83 11.01 -
YUV 66.91 142.16 203.67 -
System Red Green Blue C M Y K H S L
Decimal 173 8 92 0 0.95 0.47 0.32 329.45 0.91 0.35
Hex AD 8 5C 0 5F 2F 20 149 5B 23
Octal 255 10 134 0 137 57 40 511 133 43
Binary 10101101 1000 1011100 0 1011111 101111 100000 101001001 1011011 100011

Color Harmonies of #AD085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD085C

Black with #AD085C

Text Example


Text Example

White with #AD085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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