Html Css Color HEX #AD2463 Jazzberry Jam

📋 copy color: '#AD2463'

red 173 ◦ green 36 ◦ blue 99

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

Shades of Jazzberry Jam #AD2463

Tints of Jazzberry Jam #AD2463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 56.17%
G = 11.69%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD2463 (or 0xAD2463) is known color: Jazzberry Jam. HEX triplet: AD, 24 and 63. RGB value is (173,36,99). Sum of RGB (Red+Green+Blue) = 173+36+99=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2463 is #52DB9C. Grayscale: #545454. Windows color (decimal): -5430173 or 6497453. OLE color: 6497453.

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

Color convert

RGB 173 36 99 -
CMYK 0 0.79 0.43 0.32
HSL 332.41º 0.66% 0.41% -
HSV(B) 332.41º 0.79% 0.68% -
XYZ 20.12 11.05 12.88 -
YUV 84.15 136.39 191.38 -
System Red Green Blue C M Y K H S L
Decimal 173 36 99 0 0.79 0.43 0.32 332.41 0.66 0.41
Hex AD 24 63 0 4F 2B 20 14C 42 29
Octal 255 44 143 0 117 53 40 514 102 51
Binary 10101101 100100 1100011 0 1001111 101011 100000 101001100 1000010 101001

Color Harmonies of #AD2463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2463

Black with #AD2463

Text Example


Text Example

White with #AD2463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2463; }

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

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

background-color css

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

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

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

border-color css

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

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

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