Html Css Color HEX #AD0260 Jazzberry Jam

📋 copy color: '#AD0260'

red 173 ◦ green 2 ◦ blue 96

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

Shades of Jazzberry Jam #AD0260

Tints of Jazzberry Jam #AD0260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 96 (37.89% from 255) = 35.42%

R = 63.84%
G = 0.74%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD0260 (or 0xAD0260) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 60. RGB value is (173,2,96). Sum of RGB (Red+Green+Blue) = 173+2+96=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0260 is #52FD9F. Grayscale: #3F3F3F. Windows color (decimal): -5438880 or 6292141. OLE color: 6292141.

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

Color convert

RGB 173 2 96 -
CMYK 0 0.99 0.45 0.32
HSL 327.02º 0.98% 0.34% -
HSV(B) 327.02º 0.99% 0.68% -
XYZ 19.37 9.77 11.93 -
YUV 63.85 146.15 205.86 -
System Red Green Blue C M Y K H S L
Decimal 173 2 96 0 0.99 0.45 0.32 327.02 0.98 0.34
Hex AD 2 60 0 63 2D 20 147 62 22
Octal 255 2 140 0 143 55 40 507 142 42
Binary 10101101 10 1100000 0 1100011 101101 100000 101000111 1100010 100010

Color Harmonies of #AD0260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0260

Black with #AD0260

Text Example


Text Example

White with #AD0260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0260; }

 p { color: rgb(173,2,96); }

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

background-color css

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

 a { background-color: rgb(173,2,96); }

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

border-color css

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

 span { border-color: rgb(173,2,96); }

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