Html Css Color HEX #AD145C Jazzberry Jam

📋 copy color: '#AD145C'

red 173 ◦ green 20 ◦ blue 92

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

Shades of Jazzberry Jam #AD145C

Tints of Jazzberry Jam #AD145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.28%

R = 60.7%
G = 7.02%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD145C (or 0xAD145C) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 5C. RGB value is (173,20,92). Sum of RGB (Red+Green+Blue) = 173+20+92=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD145C is #52EBA3. Grayscale: #494949. Windows color (decimal): -5434276 or 6034605. OLE color: 6034605.

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

Color convert

RGB 173 20 92 -
CMYK 0 0.88 0.47 0.32
HSL 331.76º 0.79% 0.38% -
HSV(B) 331.76º 0.88% 0.68% -
XYZ 19.42 10.16 11.06 -
YUV 73.96 138.19 198.65 -
System Red Green Blue C M Y K H S L
Decimal 173 20 92 0 0.88 0.47 0.32 331.76 0.79 0.38
Hex AD 14 5C 0 58 2F 20 14C 4F 26
Octal 255 24 134 0 130 57 40 514 117 46
Binary 10101101 10100 1011100 0 1011000 101111 100000 101001100 1001111 100110

Color Harmonies of #AD145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD145C

Black with #AD145C

Text Example


Text Example

White with #AD145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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