Html Css Color HEX #AD1A6D Jazzberry Jam

📋 copy color: '#AD1A6D'

red 173 ◦ green 26 ◦ blue 109

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

Shades of Jazzberry Jam #AD1A6D

Tints of Jazzberry Jam #AD1A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.44%

 BLUE value IS 109 (42.97% from 255) = 35.39%

R = 56.17%
G = 8.44%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD1A6D (or 0xAD1A6D) is known color: Jazzberry Jam. HEX triplet: AD, 1A and 6D. RGB value is (173,26,109). Sum of RGB (Red+Green+Blue) = 173+26+109=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1A6D is #52E592. Grayscale: #4F4F4F. Windows color (decimal): -5432723 or 7150253. OLE color: 7150253.

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

Color convert

RGB 173 26 109 -
CMYK 0 0.85 0.37 0.32
HSL 326.12º 0.74% 0.39% -
HSV(B) 326.12º 0.85% 0.68% -
XYZ 20.36 10.73 15.47 -
YUV 79.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 173 26 109 0 0.85 0.37 0.32 326.12 0.74 0.39
Hex AD 1A 6D 0 55 25 20 146 4A 27
Octal 255 32 155 0 125 45 40 506 112 47
Binary 10101101 11010 1101101 0 1010101 100101 100000 101000110 1001010 100111

Color Harmonies of #AD1A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A6D

Black with #AD1A6D

Text Example


Text Example

White with #AD1A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A6D; }

 p { color: rgb(173,26,109); }

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

background-color css

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

 a { background-color: rgb(173,26,109); }

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

border-color css

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

 span { border-color: rgb(173,26,109); }

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