Html Css Color HEX #AD0053 Jazzberry Jam

📋 copy color: '#AD0053'

red 173 ◦ green 0 ◦ blue 83

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

Shades of Jazzberry Jam #AD0053

Tints of Jazzberry Jam #AD0053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 83 (32.81% from 255) = 32.42%

R = 67.58%
G = 0%
B = 32.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD0053 (or 0xAD0053) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 53. RGB value is (173,0,83). Sum of RGB (Red+Green+Blue) = 173+0+83=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0053 is #52FFAC. Grayscale: #3D3D3D. Windows color (decimal): -5439405 or 5439661. OLE color: 5439661.

HSL color Cylindrical-coordinate representation of color #AD0053: hue angle of 331.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0053 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 0 83 -
CMYK 0 1 0.52 0.32
HSL 331.21º 1% 0.34% -
HSV(B) 331.21º 1% 0.68% -
XYZ 18.79 9.51 9.03 -
YUV 61.19 140.31 207.75 -
System Red Green Blue C M Y K H S L
Decimal 173 0 83 0 1 0.52 0.32 331.21 1 0.34
Hex AD 0 53 0 64 34 20 14B 64 22
Octal 255 0 123 0 144 64 40 513 144 42
Binary 10101101 0 1010011 0 1100100 110100 100000 101001011 1100100 100010

Color Harmonies of #AD0053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0053

Black with #AD0053

Text Example


Text Example

White with #AD0053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0053; }

 p { color: rgb(173,0,83); }

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

background-color css

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

 a { background-color: rgb(173,0,83); }

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

border-color css

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

 span { border-color: rgb(173,0,83); }

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