Html Css Color HEX #AD0258 Jazzberry Jam

📋 copy color: '#AD0258'

red 173 ◦ green 2 ◦ blue 88

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

Shades of Jazzberry Jam #AD0258

Tints of Jazzberry Jam #AD0258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.46%

R = 65.78%
G = 0.76%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD0258 (or 0xAD0258) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 58. RGB value is (173,2,88). Sum of RGB (Red+Green+Blue) = 173+2+88=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0258 is #52FDA7. Grayscale: #3E3E3E. Windows color (decimal): -5438888 or 5767853. OLE color: 5767853.

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

Color convert

RGB 173 2 88 -
CMYK 0 0.99 0.49 0.32
HSL 329.82º 0.98% 0.34% -
HSV(B) 329.82º 0.99% 0.68% -
XYZ 19.02 9.63 10.09 -
YUV 62.93 142.15 206.51 -
System Red Green Blue C M Y K H S L
Decimal 173 2 88 0 0.99 0.49 0.32 329.82 0.98 0.34
Hex AD 2 58 0 63 31 20 14A 62 22
Octal 255 2 130 0 143 61 40 512 142 42
Binary 10101101 10 1011000 0 1100011 110001 100000 101001010 1100010 100010

Color Harmonies of #AD0258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0258

Black with #AD0258

Text Example


Text Example

White with #AD0258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0258; }

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

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

background-color css

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

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

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

border-color css

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

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

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