Html Css Color HEX #AD0262 Jazzberry Jam

📋 copy color: '#AD0262'

red 173 ◦ green 2 ◦ blue 98

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

Shades of Jazzberry Jam #AD0262

Tints of Jazzberry Jam #AD0262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.9%

R = 63.37%
G = 0.73%
B = 35.9%

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

#AD0262 (or 0xAD0262) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 62. RGB value is (173,2,98). Sum of RGB (Red+Green+Blue) = 173+2+98=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0262 is #52FD9D. Grayscale: #3F3F3F. Windows color (decimal): -5438878 or 6423213. OLE color: 6423213.

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

Color convert

RGB 173 2 98 -
CMYK 0 0.99 0.43 0.32
HSL 326.32º 0.98% 0.34% -
HSV(B) 326.32º 0.99% 0.68% -
XYZ 19.46 9.81 12.42 -
YUV 64.07 147.15 205.69 -
System Red Green Blue C M Y K H S L
Decimal 173 2 98 0 0.99 0.43 0.32 326.32 0.98 0.34
Hex AD 2 62 0 63 2B 20 146 62 22
Octal 255 2 142 0 143 53 40 506 142 42
Binary 10101101 10 1100010 0 1100011 101011 100000 101000110 1100010 100010

Color Harmonies of #AD0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0262

Black with #AD0262

Text Example


Text Example

White with #AD0262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0262; }

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

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

background-color css

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

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

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

border-color css

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

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

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