#AD1C6B

Color #AD1C6B Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AD1C6B

Tints of Jazzberry Jam #AD1C6B

Color information

#AD1C6B (or 0xAD1C6B) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 1C and 6B. RGB value is (173,28,107). Sum of RGB (Red+Green+Blue) = 173+28+107=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C6B is #52E394. Grayscale: #505050. Windows color (decimal): -5432213 or 7019693. OLE color: 7019693.

HSL color Cylindrical-coordinate representation of color #AD1C6B: hue angle of 327.31º degrees, saturation: 0.72, 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 #AD1C6B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB17328107-
CMYK00.840.380.32
HSL327.31º72.14%39.41%-
HSV(B)327.31º83.82%67.84%-
XYZ20.310.7814.92-
YUV80.36143.04194.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 28 (11.33% from 255) = 9.09%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=56.17%
G=9.09%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732810700.840.380.32327.3172.1439.41
HexAD1C6B05426201474827
Octal255341530124464050711047
Binary10101101111001101011010101001001101000001010001111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1C6B; }

 p { color: rgb(173,28,107); }

 H1.HeaderClassName
 {
   color: #AD1C6B;
 }
 .AnyTagClassName
 {
   color: #AD1C6B;
 }
</style>
background-color css

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

 a { background-color: rgb(173,28,107); }

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

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

 span { border-color: rgb(173,28,107); }

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