Html Css Color HEX #AD005D Jazzberry Jam

📋 copy color: '#AD005D'

red 173 ◦ green 0 ◦ blue 93

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

Shades of Jazzberry Jam #AD005D

Tints of Jazzberry Jam #AD005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.04%
G = 0%
B = 34.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD005D (or 0xAD005D) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 5D. RGB value is (173,0,93). Sum of RGB (Red+Green+Blue) = 173+0+93=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD005D is #52FFA2. Grayscale: #3E3E3E. Windows color (decimal): -5439395 or 6095021. OLE color: 6095021.

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

Color convert

RGB 173 0 93 -
CMYK 0 1 0.46 0.32
HSL 327.75º 1% 0.34% -
HSV(B) 327.75º 1% 0.68% -
XYZ 19.21 9.67 11.21 -
YUV 62.33 145.31 206.94 -
System Red Green Blue C M Y K H S L
Decimal 173 0 93 0 1 0.46 0.32 327.75 1 0.34
Hex AD 0 5D 0 64 2E 20 148 64 22
Octal 255 0 135 0 144 56 40 510 144 42
Binary 10101101 0 1011101 0 1100100 101110 100000 101001000 1100100 100010

Color Harmonies of #AD005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD005D

Black with #AD005D

Text Example


Text Example

White with #AD005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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