Html Css Color HEX #AD256C Jazzberry Jam

📋 copy color: '#AD256C'

red 173 ◦ green 37 ◦ blue 108

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

Shades of Jazzberry Jam #AD256C

Tints of Jazzberry Jam #AD256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.64%

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

R = 54.4%
G = 11.64%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD256C (or 0xAD256C) is known color: Jazzberry Jam. HEX triplet: AD, 25 and 6C. RGB value is (173,37,108). Sum of RGB (Red+Green+Blue) = 173+37+108=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD256C is #52DA93. Grayscale: #555555. Windows color (decimal): -5429908 or 7087533. OLE color: 7087533.

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

Color convert

RGB 173 37 108 -
CMYK 0 0.79 0.38 0.32
HSL 328.68º 0.65% 0.41% -
HSV(B) 328.68º 0.79% 0.68% -
XYZ 20.6 11.29 15.28 -
YUV 85.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 173 37 108 0 0.79 0.38 0.32 328.68 0.65 0.41
Hex AD 25 6C 0 4F 26 20 149 41 29
Octal 255 45 154 0 117 46 40 511 101 51
Binary 10101101 100101 1101100 0 1001111 100110 100000 101001001 1000001 101001

Color Harmonies of #AD256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD256C

Black with #AD256C

Text Example


Text Example

White with #AD256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD256C; }

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

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

background-color css

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

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

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

border-color css

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

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

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