Html Css Color HEX #AD085A Jazzberry Jam

📋 copy color: '#AD085A'

red 173 ◦ green 8 ◦ blue 90

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

Shades of Jazzberry Jam #AD085A

Tints of Jazzberry Jam #AD085A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 63.84%
G = 2.95%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD085A (or 0xAD085A) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 5A. RGB value is (173,8,90). Sum of RGB (Red+Green+Blue) = 173+8+90=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD085A is #52F7A5. Grayscale: #424242. Windows color (decimal): -5437350 or 5900461. OLE color: 5900461.

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

Color convert

RGB 173 8 90 -
CMYK 0 0.95 0.48 0.32
HSL 330.18º 0.91% 0.35% -
HSV(B) 330.18º 0.95% 0.68% -
XYZ 19.17 9.8 10.55 -
YUV 66.68 141.16 203.83 -
System Red Green Blue C M Y K H S L
Decimal 173 8 90 0 0.95 0.48 0.32 330.18 0.91 0.35
Hex AD 8 5A 0 5F 30 20 14A 5B 23
Octal 255 10 132 0 137 60 40 512 133 43
Binary 10101101 1000 1011010 0 1011111 110000 100000 101001010 1011011 100011

Color Harmonies of #AD085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD085A

Black with #AD085A

Text Example


Text Example

White with #AD085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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