Html Css Color HEX #AD2464 Jazzberry Jam

📋 copy color: '#AD2464'

red 173 ◦ green 36 ◦ blue 100

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

Shades of Jazzberry Jam #AD2464

Tints of Jazzberry Jam #AD2464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.65%

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

R = 55.99%
G = 11.65%
B = 32.36%

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

#AD2464 (or 0xAD2464) is known color: Jazzberry Jam. HEX triplet: AD, 24 and 64. RGB value is (173,36,100). Sum of RGB (Red+Green+Blue) = 173+36+100=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2464 is #52DB9B. Grayscale: #545454. Windows color (decimal): -5430172 or 6562989. OLE color: 6562989.

HSL color Cylindrical-coordinate representation of color #AD2464: hue angle of 331.97º degrees, saturation: 0.66, 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 #AD2464 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 100 -
CMYK 0 0.79 0.42 0.32
HSL 331.97º 0.66% 0.41% -
HSV(B) 331.97º 0.79% 0.68% -
XYZ 20.16 11.07 13.13 -
YUV 84.26 136.89 191.3 -
System Red Green Blue C M Y K H S L
Decimal 173 36 100 0 0.79 0.42 0.32 331.97 0.66 0.41
Hex AD 24 64 0 4F 2A 20 14C 42 29
Octal 255 44 144 0 117 52 40 514 102 51
Binary 10101101 100100 1100100 0 1001111 101010 100000 101001100 1000010 101001

Color Harmonies of #AD2464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2464

Black with #AD2464

Text Example


Text Example

White with #AD2464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2464; }

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

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

background-color css

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

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

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

border-color css

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

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

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