Html Css Color HEX #AD2267 Jazzberry Jam

📋 copy color: '#AD2267'

red 173 ◦ green 34 ◦ blue 103

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

Shades of Jazzberry Jam #AD2267

Tints of Jazzberry Jam #AD2267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.97%

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

R = 55.81%
G = 10.97%
B = 33.23%

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

#AD2267 (or 0xAD2267) is known color: Jazzberry Jam. HEX triplet: AD, 22 and 67. RGB value is (173,34,103). Sum of RGB (Red+Green+Blue) = 173+34+103=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2267 is #52DD98. Grayscale: #535353. Windows color (decimal): -5430681 or 6759085. OLE color: 6759085.

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

Color convert

RGB 173 34 103 -
CMYK 0 0.80 0.40 0.32
HSL 330.22º 0.67% 0.41% -
HSV(B) 330.22º 0.8% 0.68% -
XYZ 20.25 11.01 13.89 -
YUV 83.43 139.05 191.89 -
System Red Green Blue C M Y K H S L
Decimal 173 34 103 0 0.80 0.40 0.32 330.22 0.67 0.41
Hex AD 22 67 0 50 28 20 14A 43 29
Octal 255 42 147 0 120 50 40 512 103 51
Binary 10101101 100010 1100111 0 1010000 101000 100000 101001010 1000011 101001

Color Harmonies of #AD2267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2267

Black with #AD2267

Text Example


Text Example

White with #AD2267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2267; }

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

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

background-color css

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

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

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

border-color css

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

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

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