Html Css Color HEX #AD236E Jazzberry Jam

📋 copy color: '#AD236E'

red 173 ◦ green 35 ◦ blue 110

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

Shades of Jazzberry Jam #AD236E

Tints of Jazzberry Jam #AD236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.01%

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 54.4%
G = 11.01%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD236E (or 0xAD236E) is known color: Jazzberry Jam. HEX triplet: AD, 23 and 6E. RGB value is (173,35,110). Sum of RGB (Red+Green+Blue) = 173+35+110=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD236E is #52DC91. Grayscale: #545454. Windows color (decimal): -5430418 or 7218093. OLE color: 7218093.

HSL color Cylindrical-coordinate representation of color #AD236E: hue angle of 327.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD236E is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 110 -
CMYK 0 0.80 0.36 0.32
HSL 327.39º 0.66% 0.41% -
HSV(B) 327.39º 0.8% 0.68% -
XYZ 20.65 11.21 15.83 -
YUV 84.81 142.22 190.9 -
System Red Green Blue C M Y K H S L
Decimal 173 35 110 0 0.80 0.36 0.32 327.39 0.66 0.41
Hex AD 23 6E 0 50 24 20 147 42 29
Octal 255 43 156 0 120 44 40 507 102 51
Binary 10101101 100011 1101110 0 1010000 100100 100000 101000111 1000010 101001

Color Harmonies of #AD236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD236E

Black with #AD236E

Text Example


Text Example

White with #AD236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD236E; }

 p { color: rgb(173,35,110); }

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

background-color css

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

 a { background-color: rgb(173,35,110); }

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

border-color css

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

 span { border-color: rgb(173,35,110); }

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