Html Css Color HEX #AD1B6C Jazzberry Jam

📋 copy color: '#AD1B6C'

red 173 ◦ green 27 ◦ blue 108

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

Shades of Jazzberry Jam #AD1B6C

Tints of Jazzberry Jam #AD1B6C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.77%

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 56.17%
G = 8.77%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD1B6C (or 0xAD1B6C) is known color: Jazzberry Jam. HEX triplet: AD, 1B and 6C. RGB value is (173,27,108). Sum of RGB (Red+Green+Blue) = 173+27+108=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B6C is #52E493. Grayscale: #4F4F4F. Windows color (decimal): -5432468 or 7084973. OLE color: 7084973.

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

Color convert

RGB 173 27 108 -
CMYK 0 0.84 0.38 0.32
HSL 326.71º 0.73% 0.39% -
HSV(B) 326.71º 0.84% 0.68% -
XYZ 20.33 10.75 15.19 -
YUV 79.89 143.87 194.41 -
System Red Green Blue C M Y K H S L
Decimal 173 27 108 0 0.84 0.38 0.32 326.71 0.73 0.39
Hex AD 1B 6C 0 54 26 20 147 49 27
Octal 255 33 154 0 124 46 40 507 111 47
Binary 10101101 11011 1101100 0 1010100 100110 100000 101000111 1001001 100111

Color Harmonies of #AD1B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B6C

Black with #AD1B6C

Text Example


Text Example

White with #AD1B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B6C; }

 p { color: rgb(173,27,108); }

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

background-color css

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

 a { background-color: rgb(173,27,108); }

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

border-color css

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

 span { border-color: rgb(173,27,108); }

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