Html Css Color HEX #AD256A Jazzberry Jam

📋 copy color: '#AD256A'

red 173 ◦ green 37 ◦ blue 106

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

Shades of Jazzberry Jam #AD256A

Tints of Jazzberry Jam #AD256A

RGB

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

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

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

R = 54.75%
G = 11.71%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD256A (or 0xAD256A) is known color: Jazzberry Jam. HEX triplet: AD, 25 and 6A. RGB value is (173,37,106). Sum of RGB (Red+Green+Blue) = 173+37+106=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD256A is #52DA95. Grayscale: #555555. Windows color (decimal): -5429910 or 6956461. OLE color: 6956461.

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

Color convert

RGB 173 37 106 -
CMYK 0 0.79 0.39 0.32
HSL 329.56º 0.65% 0.41% -
HSV(B) 329.56º 0.79% 0.68% -
XYZ 20.5 11.25 14.73 -
YUV 85.53 139.56 190.39 -
System Red Green Blue C M Y K H S L
Decimal 173 37 106 0 0.79 0.39 0.32 329.56 0.65 0.41
Hex AD 25 6A 0 4F 27 20 14A 41 29
Octal 255 45 152 0 117 47 40 512 101 51
Binary 10101101 100101 1101010 0 1001111 100111 100000 101001010 1000001 101001

Color Harmonies of #AD256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD256A

Black with #AD256A

Text Example


Text Example

White with #AD256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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