Html Css Color HEX #AD2369 Jazzberry Jam

📋 copy color: '#AD2369'

red 173 ◦ green 35 ◦ blue 105

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

Shades of Jazzberry Jam #AD2369

Tints of Jazzberry Jam #AD2369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 55.27%
G = 11.18%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD2369 (or 0xAD2369) is known color: Jazzberry Jam. HEX triplet: AD, 23 and 69. RGB value is (173,35,105). Sum of RGB (Red+Green+Blue) = 173+35+105=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2369 is #52DC96. Grayscale: #545454. Windows color (decimal): -5430423 or 6890413. OLE color: 6890413.

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

Color convert

RGB 173 35 105 -
CMYK 0 0.80 0.39 0.32
HSL 329.57º 0.66% 0.41% -
HSV(B) 329.57º 0.8% 0.68% -
XYZ 20.38 11.11 14.43 -
YUV 84.24 139.72 191.31 -
System Red Green Blue C M Y K H S L
Decimal 173 35 105 0 0.80 0.39 0.32 329.57 0.66 0.41
Hex AD 23 69 0 50 27 20 14A 42 29
Octal 255 43 151 0 120 47 40 512 102 51
Binary 10101101 100011 1101001 0 1010000 100111 100000 101001010 1000010 101001

Color Harmonies of #AD2369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2369

Black with #AD2369

Text Example


Text Example

White with #AD2369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2369; }

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

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

background-color css

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

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

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

border-color css

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

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

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