Html Css Color HEX #AD1067 Jazzberry Jam

📋 copy color: '#AD1067'

red 173 ◦ green 16 ◦ blue 103

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

Shades of Jazzberry Jam #AD1067

Tints of Jazzberry Jam #AD1067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

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

R = 59.25%
G = 5.48%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD1067 (or 0xAD1067) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 67. RGB value is (173,16,103). Sum of RGB (Red+Green+Blue) = 173+16+103=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1067 is #52EF98. Grayscale: #484848. Windows color (decimal): -5435289 or 6754477. OLE color: 6754477.

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

Color convert

RGB 173 16 103 -
CMYK 0 0.91 0.40 0.32
HSL 326.75º 0.83% 0.37% -
HSV(B) 326.75º 0.91% 0.68% -
XYZ 19.87 10.23 13.76 -
YUV 72.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 173 16 103 0 0.91 0.40 0.32 326.75 0.83 0.37
Hex AD 10 67 0 5B 28 20 147 53 25
Octal 255 20 147 0 133 50 40 507 123 45
Binary 10101101 10000 1100111 0 1011011 101000 100000 101000111 1010011 100101

Color Harmonies of #AD1067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1067

Black with #AD1067

Text Example


Text Example

White with #AD1067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1067; }

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

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

background-color css

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

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

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

border-color css

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

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

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