Html Css Color HEX #AD1462 Jazzberry Jam

📋 copy color: '#AD1462'

red 173 ◦ green 20 ◦ blue 98

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

Shades of Jazzberry Jam #AD1462

Tints of Jazzberry Jam #AD1462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

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

R = 59.45%
G = 6.87%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD1462 (or 0xAD1462) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 62. RGB value is (173,20,98). Sum of RGB (Red+Green+Blue) = 173+20+98=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1462 is #52EB9D. Grayscale: #4A4A4A. Windows color (decimal): -5434270 or 6427821. OLE color: 6427821.

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

Color convert

RGB 173 20 98 -
CMYK 0 0.88 0.43 0.32
HSL 329.41º 0.79% 0.38% -
HSV(B) 329.41º 0.88% 0.68% -
XYZ 19.69 10.27 12.5 -
YUV 74.64 141.19 198.16 -
System Red Green Blue C M Y K H S L
Decimal 173 20 98 0 0.88 0.43 0.32 329.41 0.79 0.38
Hex AD 14 62 0 58 2B 20 149 4F 26
Octal 255 24 142 0 130 53 40 511 117 46
Binary 10101101 10100 1100010 0 1011000 101011 100000 101001001 1001111 100110

Color Harmonies of #AD1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1462

Black with #AD1462

Text Example


Text Example

White with #AD1462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1462; }

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

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

background-color css

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

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

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

border-color css

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

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

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