Html Css Color HEX #AD014E Jazzberry Jam

📋 copy color: '#AD014E'

red 173 ◦ green 1 ◦ blue 78

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

Shades of Jazzberry Jam #AD014E

Tints of Jazzberry Jam #AD014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.95%

R = 68.65%
G = 0.4%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD014E (or 0xAD014E) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 4E. RGB value is (173,1,78). Sum of RGB (Red+Green+Blue) = 173+1+78=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD014E is #52FEB1. Grayscale: #3D3D3D. Windows color (decimal): -5439154 or 5112237. OLE color: 5112237.

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

Color convert

RGB 173 1 78 -
CMYK 0 0.99 0.55 0.32
HSL 333.14º 0.99% 0.34% -
HSV(B) 333.14º 0.99% 0.68% -
XYZ 18.62 9.46 8.05 -
YUV 61.21 137.48 207.74 -
System Red Green Blue C M Y K H S L
Decimal 173 1 78 0 0.99 0.55 0.32 333.14 0.99 0.34
Hex AD 1 4E 0 63 37 20 14D 63 22
Octal 255 1 116 0 143 67 40 515 143 42
Binary 10101101 1 1001110 0 1100011 110111 100000 101001101 1100011 100010

Color Harmonies of #AD014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD014E

Black with #AD014E

Text Example


Text Example

White with #AD014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD014E; }

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

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

background-color css

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

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

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

border-color css

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

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

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