Html Css Color HEX #AD016A Jazzberry Jam

📋 copy color: '#AD016A'

red 173 ◦ green 1 ◦ blue 106

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

Shades of Jazzberry Jam #AD016A

Tints of Jazzberry Jam #AD016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.86%

R = 61.79%
G = 0.36%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD016A (or 0xAD016A) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 6A. RGB value is (173,1,106). Sum of RGB (Red+Green+Blue) = 173+1+106=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD016A is #52FE95. Grayscale: #404040. Windows color (decimal): -5439126 or 6947245. OLE color: 6947245.

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

Color convert

RGB 173 1 106 -
CMYK 0 0.99 0.39 0.32
HSL 323.37º 0.99% 0.34% -
HSV(B) 323.37º 0.99% 0.68% -
XYZ 19.85 9.95 14.51 -
YUV 64.4 151.48 205.46 -
System Red Green Blue C M Y K H S L
Decimal 173 1 106 0 0.99 0.39 0.32 323.37 0.99 0.34
Hex AD 1 6A 0 63 27 20 143 63 22
Octal 255 1 152 0 143 47 40 503 143 42
Binary 10101101 1 1101010 0 1100011 100111 100000 101000011 1100011 100010

Color Harmonies of #AD016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD016A

Black with #AD016A

Text Example


Text Example

White with #AD016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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