Html Css Color HEX #AD0658 Jazzberry Jam

📋 copy color: '#AD0658'

red 173 ◦ green 6 ◦ blue 88

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

Shades of Jazzberry Jam #AD0658

Tints of Jazzberry Jam #AD0658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

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

R = 64.79%
G = 2.25%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD0658 (or 0xAD0658) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 58. RGB value is (173,6,88). Sum of RGB (Red+Green+Blue) = 173+6+88=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0658 is #52F9A7. Grayscale: #414141. Windows color (decimal): -5437864 or 5768877. OLE color: 5768877.

HSL color Cylindrical-coordinate representation of color #AD0658: hue angle of 330.54º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0658 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 6 88 -
CMYK 0 0.97 0.49 0.32
HSL 330.54º 0.93% 0.35% -
HSV(B) 330.54º 0.97% 0.68% -
XYZ 19.06 9.72 10.1 -
YUV 65.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 173 6 88 0 0.97 0.49 0.32 330.54 0.93 0.35
Hex AD 6 58 0 61 31 20 14B 5D 23
Octal 255 6 130 0 141 61 40 513 135 43
Binary 10101101 110 1011000 0 1100001 110001 100000 101001011 1011101 100011

Color Harmonies of #AD0658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0658

Black with #AD0658

Text Example


Text Example

White with #AD0658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0658; }

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

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

background-color css

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

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

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

border-color css

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

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

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