Html Css Color HEX #AD045F Jazzberry Jam

📋 copy color: '#AD045F'

red 173 ◦ green 4 ◦ blue 95

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

Shades of Jazzberry Jam #AD045F

Tints of Jazzberry Jam #AD045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 63.6%
G = 1.47%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD045F (or 0xAD045F) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 5F. RGB value is (173,4,95). Sum of RGB (Red+Green+Blue) = 173+4+95=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD045F is #52FBA0. Grayscale: #404040. Windows color (decimal): -5438369 or 6227117. OLE color: 6227117.

HSL color Cylindrical-coordinate representation of color #AD045F: hue angle of 327.69º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD045F is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 4 95 -
CMYK 0 0.98 0.45 0.32
HSL 327.69º 0.95% 0.35% -
HSV(B) 327.69º 0.98% 0.68% -
XYZ 19.34 9.8 11.7 -
YUV 64.91 144.99 205.1 -
System Red Green Blue C M Y K H S L
Decimal 173 4 95 0 0.98 0.45 0.32 327.69 0.95 0.35
Hex AD 4 5F 0 62 2D 20 148 5F 23
Octal 255 4 137 0 142 55 40 510 137 43
Binary 10101101 100 1011111 0 1100010 101101 100000 101001000 1011111 100011

Color Harmonies of #AD045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD045F

Black with #AD045F

Text Example


Text Example

White with #AD045F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD045F; }

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

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

background-color css

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

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

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

border-color css

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

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

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