Html Css Color HEX #AD0147 Jazzberry Jam

📋 copy color: '#AD0147'

red 173 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #AD0147

Tints of Jazzberry Jam #AD0147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.98%

R = 70.61%
G = 0.41%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD0147 (or 0xAD0147) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 47. RGB value is (173,1,71). Sum of RGB (Red+Green+Blue) = 173+1+71=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0147 is #52FEB8. Grayscale: #3C3C3C. Windows color (decimal): -5439161 or 4653485. OLE color: 4653485.

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

Color convert

RGB 173 1 71 -
CMYK 0 0.99 0.59 0.32
HSL 335.58º 0.99% 0.34% -
HSV(B) 335.58º 0.99% 0.68% -
XYZ 18.38 9.36 6.8 -
YUV 60.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 173 1 71 0 0.99 0.59 0.32 335.58 0.99 0.34
Hex AD 1 47 0 63 3B 20 150 63 22
Octal 255 1 107 0 143 73 40 520 143 42
Binary 10101101 1 1000111 0 1100011 111011 100000 101010000 1100011 100010

Color Harmonies of #AD0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0147

Black with #AD0147

Text Example


Text Example

White with #AD0147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0147; }

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

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

background-color css

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

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

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

border-color css

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

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

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