Html Css Color HEX #AD0067 Jazzberry Jam

📋 copy color: '#AD0067'

red 173 ◦ green 0 ◦ blue 103

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

Shades of Jazzberry Jam #AD0067

Tints of Jazzberry Jam #AD0067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 37.32%

R = 62.68%
G = 0%
B = 37.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD0067 (or 0xAD0067) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 67. RGB value is (173,0,103). Sum of RGB (Red+Green+Blue) = 173+0+103=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0067 is #52FF98. Grayscale: #3F3F3F. Windows color (decimal): -5439385 or 6750381. OLE color: 6750381.

HSL color Cylindrical-coordinate representation of color #AD0067: hue angle of 324.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0067 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 0 103 -
CMYK 0 1 0.40 0.32
HSL 324.28º 1% 0.34% -
HSV(B) 324.28º 1% 0.68% -
XYZ 19.68 9.86 13.7 -
YUV 63.47 150.31 206.12 -
System Red Green Blue C M Y K H S L
Decimal 173 0 103 0 1 0.40 0.32 324.28 1 0.34
Hex AD 0 67 0 64 28 20 144 64 22
Octal 255 0 147 0 144 50 40 504 144 42
Binary 10101101 0 1100111 0 1100100 101000 100000 101000100 1100100 100010

Color Harmonies of #AD0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0067

Black with #AD0067

Text Example


Text Example

White with #AD0067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0067; }

 p { color: rgb(173,0,103); }

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

background-color css

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

 a { background-color: rgb(173,0,103); }

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

border-color css

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

 span { border-color: rgb(173,0,103); }

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