Html Css Color HEX #AD1967 Jazzberry Jam

📋 copy color: '#AD1967'

red 173 ◦ green 25 ◦ blue 103

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

Shades of Jazzberry Jam #AD1967

Tints of Jazzberry Jam #AD1967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

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

R = 57.48%
G = 8.31%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD1967 (or 0xAD1967) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 67. RGB value is (173,25,103). Sum of RGB (Red+Green+Blue) = 173+25+103=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1967 is #52E698. Grayscale: #4D4D4D. Windows color (decimal): -5432985 or 6756781. OLE color: 6756781.

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

Color convert

RGB 173 25 103 -
CMYK 0 0.86 0.40 0.32
HSL 328.38º 0.75% 0.39% -
HSV(B) 328.38º 0.86% 0.68% -
XYZ 20.03 10.56 13.81 -
YUV 78.14 142.03 195.66 -
System Red Green Blue C M Y K H S L
Decimal 173 25 103 0 0.86 0.40 0.32 328.38 0.75 0.39
Hex AD 19 67 0 56 28 20 148 4B 27
Octal 255 31 147 0 126 50 40 510 113 47
Binary 10101101 11001 1100111 0 1010110 101000 100000 101001000 1001011 100111

Color Harmonies of #AD1967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1967

Black with #AD1967

Text Example


Text Example

White with #AD1967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1967; }

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

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

background-color css

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

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

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

border-color css

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

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

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