Html Css Color HEX #AD0364 Jazzberry Jam

📋 copy color: '#AD0364'

red 173 ◦ green 3 ◦ blue 100

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

Shades of Jazzberry Jam #AD0364

Tints of Jazzberry Jam #AD0364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 62.68%
G = 1.09%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD0364 (or 0xAD0364) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 64. RGB value is (173,3,100). Sum of RGB (Red+Green+Blue) = 173+3+100=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0364 is #52FC9B. Grayscale: #404040. Windows color (decimal): -5438620 or 6554541. OLE color: 6554541.

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

Color convert

RGB 173 3 100 -
CMYK 0 0.98 0.42 0.32
HSL 325.76º 0.97% 0.35% -
HSV(B) 325.76º 0.98% 0.68% -
XYZ 19.57 9.87 12.93 -
YUV 64.89 147.82 205.11 -
System Red Green Blue C M Y K H S L
Decimal 173 3 100 0 0.98 0.42 0.32 325.76 0.97 0.35
Hex AD 3 64 0 62 2A 20 146 61 23
Octal 255 3 144 0 142 52 40 506 141 43
Binary 10101101 11 1100100 0 1100010 101010 100000 101000110 1100001 100011

Color Harmonies of #AD0364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0364

Black with #AD0364

Text Example


Text Example

White with #AD0364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0364; }

 p { color: rgb(173,3,100); }

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

background-color css

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

 a { background-color: rgb(173,3,100); }

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

border-color css

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

 span { border-color: rgb(173,3,100); }

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