Html Css Color HEX #AD0854 Jazzberry Jam

📋 copy color: '#AD0854'

red 173 ◦ green 8 ◦ blue 84

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

Shades of Jazzberry Jam #AD0854

Tints of Jazzberry Jam #AD0854

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

 BLUE value IS 84 (33.2% from 255) = 31.7%

R = 65.28%
G = 3.02%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD0854 (or 0xAD0854) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 54. RGB value is (173,8,84). Sum of RGB (Red+Green+Blue) = 173+8+84=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0854 is #52F7AB. Grayscale: #414141. Windows color (decimal): -5437356 or 5507245. OLE color: 5507245.

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

Color convert

RGB 173 8 84 -
CMYK 0 0.95 0.51 0.32
HSL 332.36º 0.91% 0.35% -
HSV(B) 332.36º 0.95% 0.68% -
XYZ 18.92 9.7 9.26 -
YUV 66 138.16 204.32 -
System Red Green Blue C M Y K H S L
Decimal 173 8 84 0 0.95 0.51 0.32 332.36 0.91 0.35
Hex AD 8 54 0 5F 33 20 14C 5B 23
Octal 255 10 124 0 137 63 40 514 133 43
Binary 10101101 1000 1010100 0 1011111 110011 100000 101001100 1011011 100011

Color Harmonies of #AD0854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0854

Black with #AD0854

Text Example


Text Example

White with #AD0854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0854; }

 p { color: rgb(173,8,84); }

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

background-color css

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

 a { background-color: rgb(173,8,84); }

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

border-color css

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

 span { border-color: rgb(173,8,84); }

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