Html Css Color HEX #AD2367 Jazzberry Jam

📋 copy color: '#AD2367'

red 173 ◦ green 35 ◦ blue 103

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

Shades of Jazzberry Jam #AD2367

Tints of Jazzberry Jam #AD2367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.12%

R = 55.63%
G = 11.25%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD2367 (or 0xAD2367) is known color: Jazzberry Jam. HEX triplet: AD, 23 and 67. RGB value is (173,35,103). Sum of RGB (Red+Green+Blue) = 173+35+103=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2367 is #52DC98. Grayscale: #535353. Windows color (decimal): -5430425 or 6759341. OLE color: 6759341.

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

Color convert

RGB 173 35 103 -
CMYK 0 0.80 0.40 0.32
HSL 330.43º 0.66% 0.41% -
HSV(B) 330.43º 0.8% 0.68% -
XYZ 20.28 11.07 13.9 -
YUV 84.01 138.72 191.47 -
System Red Green Blue C M Y K H S L
Decimal 173 35 103 0 0.80 0.40 0.32 330.43 0.66 0.41
Hex AD 23 67 0 50 28 20 14A 42 29
Octal 255 43 147 0 120 50 40 512 102 51
Binary 10101101 100011 1100111 0 1010000 101000 100000 101001010 1000010 101001

Color Harmonies of #AD2367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2367

Black with #AD2367

Text Example


Text Example

White with #AD2367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2367; }

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

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

background-color css

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

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

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

border-color css

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

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

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