Html Css Color HEX #AD054E Jazzberry Jam

📋 copy color: '#AD054E'

red 173 ◦ green 5 ◦ blue 78

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

Shades of Jazzberry Jam #AD054E

Tints of Jazzberry Jam #AD054E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 78 (30.86% from 255) = 30.47%

R = 67.58%
G = 1.95%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD054E (or 0xAD054E) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 4E. RGB value is (173,5,78). Sum of RGB (Red+Green+Blue) = 173+5+78=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD054E is #52FAB1. Grayscale: #3F3F3F. Windows color (decimal): -5438130 or 5113261. OLE color: 5113261.

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

Color convert

RGB 173 5 78 -
CMYK 0 0.97 0.55 0.32
HSL 333.93º 0.94% 0.35% -
HSV(B) 333.93º 0.97% 0.68% -
XYZ 18.66 9.54 8.07 -
YUV 63.55 136.16 206.06 -
System Red Green Blue C M Y K H S L
Decimal 173 5 78 0 0.97 0.55 0.32 333.93 0.94 0.35
Hex AD 5 4E 0 61 37 20 14E 5E 23
Octal 255 5 116 0 141 67 40 516 136 43
Binary 10101101 101 1001110 0 1100001 110111 100000 101001110 1011110 100011

Color Harmonies of #AD054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD054E

Black with #AD054E

Text Example


Text Example

White with #AD054E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD054E; }

 p { color: rgb(173,5,78); }

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

background-color css

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

 a { background-color: rgb(173,5,78); }

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

border-color css

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

 span { border-color: rgb(173,5,78); }

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