Html Css Color HEX #AD016B Jazzberry Jam

📋 copy color: '#AD016B'

red 173 ◦ green 1 ◦ blue 107

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

Shades of Jazzberry Jam #AD016B

Tints of Jazzberry Jam #AD016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 61.57%
G = 0.36%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD016B (or 0xAD016B) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 6B. RGB value is (173,1,107). Sum of RGB (Red+Green+Blue) = 173+1+107=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD016B is #52FE94. Grayscale: #404040. Windows color (decimal): -5439125 or 7012781. OLE color: 7012781.

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

Color convert

RGB 173 1 107 -
CMYK 0 0.99 0.38 0.32
HSL 323.02º 0.99% 0.34% -
HSV(B) 323.02º 0.99% 0.68% -
XYZ 19.9 9.97 14.79 -
YUV 64.51 151.98 205.38 -
System Red Green Blue C M Y K H S L
Decimal 173 1 107 0 0.99 0.38 0.32 323.02 0.99 0.34
Hex AD 1 6B 0 63 26 20 143 63 22
Octal 255 1 153 0 143 46 40 503 143 42
Binary 10101101 1 1101011 0 1100011 100110 100000 101000011 1100011 100010

Color Harmonies of #AD016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD016B

Black with #AD016B

Text Example


Text Example

White with #AD016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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