Html Css Color HEX #AD216B Jazzberry Jam

📋 copy color: '#AD216B'

red 173 ◦ green 33 ◦ blue 107

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

Shades of Jazzberry Jam #AD216B

Tints of Jazzberry Jam #AD216B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

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

R = 55.27%
G = 10.54%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD216B (or 0xAD216B) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 6B. RGB value is (173,33,107). Sum of RGB (Red+Green+Blue) = 173+33+107=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD216B is #52DE94. Grayscale: #535353. Windows color (decimal): -5430933 or 7020973. OLE color: 7020973.

HSL color Cylindrical-coordinate representation of color #AD216B: hue angle of 328.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD216B is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 33 107 -
CMYK 0 0.81 0.38 0.32
HSL 328.29º 0.68% 0.4% -
HSV(B) 328.29º 0.81% 0.68% -
XYZ 20.43 11.03 14.96 -
YUV 83.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 173 33 107 0 0.81 0.38 0.32 328.29 0.68 0.4
Hex AD 21 6B 0 51 26 20 148 44 28
Octal 255 41 153 0 121 46 40 510 104 50
Binary 10101101 100001 1101011 0 1010001 100110 100000 101001000 1000100 101000

Color Harmonies of #AD216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD216B

Black with #AD216B

Text Example


Text Example

White with #AD216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD216B; }

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

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

background-color css

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

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

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

border-color css

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

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

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