Html Css Color HEX #AD0263 Jazzberry Jam

📋 copy color: '#AD0263'

red 173 ◦ green 2 ◦ blue 99

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

Shades of Jazzberry Jam #AD0263

Tints of Jazzberry Jam #AD0263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.13%

R = 63.14%
G = 0.73%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD0263 (or 0xAD0263) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 63. RGB value is (173,2,99). Sum of RGB (Red+Green+Blue) = 173+2+99=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0263 is #52FD9C. Grayscale: #3F3F3F. Windows color (decimal): -5438877 or 6488749. OLE color: 6488749.

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

Color convert

RGB 173 2 99 -
CMYK 0 0.99 0.43 0.32
HSL 325.96º 0.98% 0.34% -
HSV(B) 325.96º 0.99% 0.68% -
XYZ 19.51 9.83 12.67 -
YUV 64.19 147.65 205.61 -
System Red Green Blue C M Y K H S L
Decimal 173 2 99 0 0.99 0.43 0.32 325.96 0.98 0.34
Hex AD 2 63 0 63 2B 20 146 62 22
Octal 255 2 143 0 143 53 40 506 142 42
Binary 10101101 10 1100011 0 1100011 101011 100000 101000110 1100010 100010

Color Harmonies of #AD0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0263

Black with #AD0263

Text Example


Text Example

White with #AD0263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0263; }

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

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

background-color css

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

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

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

border-color css

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

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

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