Html Css Color HEX #AD2462 Jazzberry Jam

📋 copy color: '#AD2462'

red 173 ◦ green 36 ◦ blue 98

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

Shades of Jazzberry Jam #AD2462

Tints of Jazzberry Jam #AD2462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 56.35%
G = 11.73%
B = 31.92%

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

#AD2462 (or 0xAD2462) is known color: Jazzberry Jam. HEX triplet: AD, 24 and 62. RGB value is (173,36,98). Sum of RGB (Red+Green+Blue) = 173+36+98=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2462 is #52DB9D. Grayscale: #535353. Windows color (decimal): -5430174 or 6431917. OLE color: 6431917.

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

Color convert

RGB 173 36 98 -
CMYK 0 0.79 0.43 0.32
HSL 332.85º 0.66% 0.41% -
HSV(B) 332.85º 0.79% 0.68% -
XYZ 20.07 11.03 12.63 -
YUV 84.03 135.89 191.46 -
System Red Green Blue C M Y K H S L
Decimal 173 36 98 0 0.79 0.43 0.32 332.85 0.66 0.41
Hex AD 24 62 0 4F 2B 20 14D 42 29
Octal 255 44 142 0 117 53 40 515 102 51
Binary 10101101 100100 1100010 0 1001111 101011 100000 101001101 1000010 101001

Color Harmonies of #AD2462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2462

Black with #AD2462

Text Example


Text Example

White with #AD2462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2462; }

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

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

background-color css

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

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

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

border-color css

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

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

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