Html Css Color HEX #AD1867 Jazzberry Jam

📋 copy color: '#AD1867'

red 173 ◦ green 24 ◦ blue 103

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

Shades of Jazzberry Jam #AD1867

Tints of Jazzberry Jam #AD1867

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

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

R = 57.67%
G = 8%
B = 34.33%

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

#AD1867 (or 0xAD1867) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 67. RGB value is (173,24,103). Sum of RGB (Red+Green+Blue) = 173+24+103=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1867 is #52E798. Grayscale: #4D4D4D. Windows color (decimal): -5433241 or 6756525. OLE color: 6756525.

HSL color Cylindrical-coordinate representation of color #AD1867: hue angle of 328.19º degrees, saturation: 0.76, 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 #AD1867 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 103 -
CMYK 0 0.86 0.40 0.32
HSL 328.19º 0.76% 0.39% -
HSV(B) 328.19º 0.86% 0.68% -
XYZ 20.01 10.52 13.81 -
YUV 77.56 142.36 196.08 -
System Red Green Blue C M Y K H S L
Decimal 173 24 103 0 0.86 0.40 0.32 328.19 0.76 0.39
Hex AD 18 67 0 56 28 20 148 4C 27
Octal 255 30 147 0 126 50 40 510 114 47
Binary 10101101 11000 1100111 0 1010110 101000 100000 101001000 1001100 100111

Color Harmonies of #AD1867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1867

Black with #AD1867

Text Example


Text Example

White with #AD1867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1867; }

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

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

background-color css

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

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

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

border-color css

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

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

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