Html Css Color HEX #AD1A6A Jazzberry Jam

📋 copy color: '#AD1A6A'

red 173 ◦ green 26 ◦ blue 106

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

Shades of Jazzberry Jam #AD1A6A

Tints of Jazzberry Jam #AD1A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.75%

R = 56.72%
G = 8.52%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD1A6A (or 0xAD1A6A) is known color: Jazzberry Jam. HEX triplet: AD, 1A and 6A. RGB value is (173,26,106). Sum of RGB (Red+Green+Blue) = 173+26+106=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1A6A is #52E595. Grayscale: #4E4E4E. Windows color (decimal): -5432726 or 6953645. OLE color: 6953645.

HSL color Cylindrical-coordinate representation of color #AD1A6A: hue angle of 327.35º 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 #AD1A6A is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 26 106 -
CMYK 0 0.85 0.39 0.32
HSL 327.35º 0.74% 0.39% -
HSV(B) 327.35º 0.85% 0.68% -
XYZ 20.2 10.66 14.63 -
YUV 79.07 143.2 195 -
System Red Green Blue C M Y K H S L
Decimal 173 26 106 0 0.85 0.39 0.32 327.35 0.74 0.39
Hex AD 1A 6A 0 55 27 20 147 4A 27
Octal 255 32 152 0 125 47 40 507 112 47
Binary 10101101 11010 1101010 0 1010101 100111 100000 101000111 1001010 100111

Color Harmonies of #AD1A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A6A

Black with #AD1A6A

Text Example


Text Example

White with #AD1A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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