Html Css Color HEX #AD005F Jazzberry Jam

📋 copy color: '#AD005F'

red 173 ◦ green 0 ◦ blue 95

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

Shades of Jazzberry Jam #AD005F

Tints of Jazzberry Jam #AD005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.45%

R = 64.55%
G = 0%
B = 35.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD005F (or 0xAD005F) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 5F. RGB value is (173,0,95). Sum of RGB (Red+Green+Blue) = 173+0+95=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD005F is #52FFA0. Grayscale: #3E3E3E. Windows color (decimal): -5439393 or 6226093. OLE color: 6226093.

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

Color convert

RGB 173 0 95 -
CMYK 0 1 0.45 0.32
HSL 327.05º 1% 0.34% -
HSV(B) 327.05º 1% 0.68% -
XYZ 19.3 9.71 11.68 -
YUV 62.56 146.31 206.78 -
System Red Green Blue C M Y K H S L
Decimal 173 0 95 0 1 0.45 0.32 327.05 1 0.34
Hex AD 0 5F 0 64 2D 20 147 64 22
Octal 255 0 137 0 144 55 40 507 144 42
Binary 10101101 0 1011111 0 1100100 101101 100000 101000111 1100100 100010

Color Harmonies of #AD005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD005F

Black with #AD005F

Text Example


Text Example

White with #AD005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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