Html Css Color HEX #AD015D Jazzberry Jam

📋 copy color: '#AD015D'

red 173 ◦ green 1 ◦ blue 93

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

Shades of Jazzberry Jam #AD015D

Tints of Jazzberry Jam #AD015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 64.79%
G = 0.37%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD015D (or 0xAD015D) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 5D. RGB value is (173,1,93). Sum of RGB (Red+Green+Blue) = 173+1+93=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD015D is #52FEA2. Grayscale: #3E3E3E. Windows color (decimal): -5439139 or 6095277. OLE color: 6095277.

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

Color convert

RGB 173 1 93 -
CMYK 0 0.99 0.46 0.32
HSL 327.91º 0.99% 0.34% -
HSV(B) 327.91º 0.99% 0.68% -
XYZ 19.22 9.7 11.21 -
YUV 62.92 144.98 206.52 -
System Red Green Blue C M Y K H S L
Decimal 173 1 93 0 0.99 0.46 0.32 327.91 0.99 0.34
Hex AD 1 5D 0 63 2E 20 148 63 22
Octal 255 1 135 0 143 56 40 510 143 42
Binary 10101101 1 1011101 0 1100011 101110 100000 101001000 1100011 100010

Color Harmonies of #AD015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD015D

Black with #AD015D

Text Example


Text Example

White with #AD015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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