Html Css Color HEX #AD114A Jazzberry Jam

📋 copy color: '#AD114A'

red 173 ◦ green 17 ◦ blue 74

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

Shades of Jazzberry Jam #AD114A

Tints of Jazzberry Jam #AD114A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

 BLUE value IS 74 (29.3% from 255) = 28.03%

R = 65.53%
G = 6.44%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD114A (or 0xAD114A) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 4A. RGB value is (173,17,74). Sum of RGB (Red+Green+Blue) = 173+17+74=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD114A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD114A is #52EEB5. Grayscale: #464646. Windows color (decimal): -5435062 or 4854189. OLE color: 4854189.

HSL color Cylindrical-coordinate representation of color #AD114A: hue angle of 338.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD114A is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 74 -
CMYK 0 0.90 0.57 0.32
HSL 338.08º 0.82% 0.37% -
HSV(B) 338.08º 0.9% 0.68% -
XYZ 18.67 9.78 7.38 -
YUV 70.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 173 17 74 0 0.90 0.57 0.32 338.08 0.82 0.37
Hex AD 11 4A 0 5A 39 20 152 52 25
Octal 255 21 112 0 132 71 40 522 122 45
Binary 10101101 10001 1001010 0 1011010 111001 100000 101010010 1010010 100101

Color Harmonies of #AD114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD114A

Black with #AD114A

Text Example


Text Example

White with #AD114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD114A; }

 p { color: rgb(173,17,74); }

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

background-color css

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

 a { background-color: rgb(173,17,74); }

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

border-color css

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

 span { border-color: rgb(173,17,74); }

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