Html Css Color HEX #AD0857 Jazzberry Jam

📋 copy color: '#AD0857'

red 173 ◦ green 8 ◦ blue 87

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

Shades of Jazzberry Jam #AD0857

Tints of Jazzberry Jam #AD0857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.46%

R = 64.55%
G = 2.99%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD0857 (or 0xAD0857) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 57. RGB value is (173,8,87). Sum of RGB (Red+Green+Blue) = 173+8+87=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0857 is #52F7A8. Grayscale: #424242. Windows color (decimal): -5437353 or 5703853. OLE color: 5703853.

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

Color convert

RGB 173 8 87 -
CMYK 0 0.95 0.50 0.32
HSL 331.27º 0.91% 0.35% -
HSV(B) 331.27º 0.95% 0.68% -
XYZ 19.04 9.75 9.89 -
YUV 66.34 139.66 204.08 -
System Red Green Blue C M Y K H S L
Decimal 173 8 87 0 0.95 0.50 0.32 331.27 0.91 0.35
Hex AD 8 57 0 5F 32 20 14B 5B 23
Octal 255 10 127 0 137 62 40 513 133 43
Binary 10101101 1000 1010111 0 1011111 110010 100000 101001011 1011011 100011

Color Harmonies of #AD0857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0857

Black with #AD0857

Text Example


Text Example

White with #AD0857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0857; }

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

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

background-color css

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

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

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

border-color css

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

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

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