Html Css Color HEX #AD236B Jazzberry Jam

📋 copy color: '#AD236B'

red 173 ◦ green 35 ◦ blue 107

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

Shades of Jazzberry Jam #AD236B

Tints of Jazzberry Jam #AD236B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 54.92%
G = 11.11%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD236B (or 0xAD236B) is known color: Jazzberry Jam. HEX triplet: AD, 23 and 6B. RGB value is (173,35,107). Sum of RGB (Red+Green+Blue) = 173+35+107=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD236B is #52DC94. Grayscale: #545454. Windows color (decimal): -5430421 or 7021485. OLE color: 7021485.

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

Color convert

RGB 173 35 107 -
CMYK 0 0.80 0.38 0.32
HSL 328.7º 0.66% 0.41% -
HSV(B) 328.7º 0.8% 0.68% -
XYZ 20.49 11.15 14.98 -
YUV 84.47 140.72 191.15 -
System Red Green Blue C M Y K H S L
Decimal 173 35 107 0 0.80 0.38 0.32 328.7 0.66 0.41
Hex AD 23 6B 0 50 26 20 149 42 29
Octal 255 43 153 0 120 46 40 511 102 51
Binary 10101101 100011 1101011 0 1010000 100110 100000 101001001 1000010 101001

Color Harmonies of #AD236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD236B

Black with #AD236B

Text Example


Text Example

White with #AD236B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD236B; }

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

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

background-color css

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

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

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

border-color css

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

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

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