Html Css Color HEX #AD055C Jazzberry Jam

📋 copy color: '#AD055C'

red 173 ◦ green 5 ◦ blue 92

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

Shades of Jazzberry Jam #AD055C

Tints of Jazzberry Jam #AD055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 64.07%
G = 1.85%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD055C (or 0xAD055C) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 5C. RGB value is (173,5,92). Sum of RGB (Red+Green+Blue) = 173+5+92=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD055C is #52FAA3. Grayscale: #404040. Windows color (decimal): -5438116 or 6030765. OLE color: 6030765.

HSL color Cylindrical-coordinate representation of color #AD055C: hue angle of 328.93º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD055C is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 5 92 -
CMYK 0 0.97 0.47 0.32
HSL 328.93º 0.94% 0.35% -
HSV(B) 328.93º 0.97% 0.68% -
XYZ 19.22 9.77 11 -
YUV 65.15 143.16 204.93 -
System Red Green Blue C M Y K H S L
Decimal 173 5 92 0 0.97 0.47 0.32 328.93 0.94 0.35
Hex AD 5 5C 0 61 2F 20 149 5E 23
Octal 255 5 134 0 141 57 40 511 136 43
Binary 10101101 101 1011100 0 1100001 101111 100000 101001001 1011110 100011

Color Harmonies of #AD055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD055C

Black with #AD055C

Text Example


Text Example

White with #AD055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD055C; }

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

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

background-color css

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

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

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

border-color css

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

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

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