Html Css Color HEX #AD2564 Jazzberry Jam

📋 copy color: '#AD2564'

red 173 ◦ green 37 ◦ blue 100

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

Shades of Jazzberry Jam #AD2564

Tints of Jazzberry Jam #AD2564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

 BLUE value IS 100 (39.45% from 255) = 32.26%

R = 55.81%
G = 11.94%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD2564 (or 0xAD2564) is known color: Jazzberry Jam. HEX triplet: AD, 25 and 64. RGB value is (173,37,100). Sum of RGB (Red+Green+Blue) = 173+37+100=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2564 is #52DA9B. Grayscale: #545454. Windows color (decimal): -5429916 or 6563245. OLE color: 6563245.

HSL color Cylindrical-coordinate representation of color #AD2564: hue angle of 332.21º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2564 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 37 100 -
CMYK 0 0.79 0.42 0.32
HSL 332.21º 0.65% 0.41% -
HSV(B) 332.21º 0.79% 0.68% -
XYZ 20.2 11.13 13.14 -
YUV 84.85 136.56 190.88 -
System Red Green Blue C M Y K H S L
Decimal 173 37 100 0 0.79 0.42 0.32 332.21 0.65 0.41
Hex AD 25 64 0 4F 2A 20 14C 41 29
Octal 255 45 144 0 117 52 40 514 101 51
Binary 10101101 100101 1100100 0 1001111 101010 100000 101001100 1000001 101001

Color Harmonies of #AD2564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2564

Black with #AD2564

Text Example


Text Example

White with #AD2564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2564; }

 p { color: rgb(173,37,100); }

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

background-color css

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

 a { background-color: rgb(173,37,100); }

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

border-color css

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

 span { border-color: rgb(173,37,100); }

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