Html Css Color HEX #AD0043 Jazzberry Jam

📋 copy color: '#AD0043'

red 173 ◦ green 0 ◦ blue 67

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

Shades of Jazzberry Jam #AD0043

Tints of Jazzberry Jam #AD0043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.92%

R = 72.08%
G = 0%
B = 27.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD0043 (or 0xAD0043) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 43. RGB value is (173,0,67). Sum of RGB (Red+Green+Blue) = 173+0+67=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0043 is #52FFBC. Grayscale: #3B3B3B. Windows color (decimal): -5439421 or 4391085. OLE color: 4391085.

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

Color convert

RGB 173 0 67 -
CMYK 0 1 0.61 0.32
HSL 336.76º 1% 0.34% -
HSV(B) 336.76º 1% 0.68% -
XYZ 18.25 9.29 6.14 -
YUV 59.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 173 0 67 0 1 0.61 0.32 336.76 1 0.34
Hex AD 0 43 0 64 3D 20 151 64 22
Octal 255 0 103 0 144 75 40 521 144 42
Binary 10101101 0 1000011 0 1100100 111101 100000 101010001 1100100 100010

Color Harmonies of #AD0043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0043

Black with #AD0043

Text Example


Text Example

White with #AD0043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0043; }

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

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

background-color css

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

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

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

border-color css

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

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

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