Html Css Color HEX #AD0E69 Jazzberry Jam

📋 copy color: '#AD0E69'

red 173 ◦ green 14 ◦ blue 105

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

Shades of Jazzberry Jam #AD0E69

Tints of Jazzberry Jam #AD0E69

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.79%

 BLUE value IS 105 (41.41% from 255) = 35.96%

R = 59.25%
G = 4.79%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD0E69 (or 0xAD0E69) is known color: Jazzberry Jam. HEX triplet: AD, 0E and 69. RGB value is (173,14,105). Sum of RGB (Red+Green+Blue) = 173+14+105=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0E69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0E69 is #52F196. Grayscale: #474747. Windows color (decimal): -5435799 or 6885037. OLE color: 6885037.

HSL color Cylindrical-coordinate representation of color #AD0E69: hue angle of 325.66º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0E69 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 14 105 -
CMYK 0 0.92 0.39 0.32
HSL 325.66º 0.85% 0.37% -
HSV(B) 325.66º 0.92% 0.68% -
XYZ 19.94 10.22 14.29 -
YUV 71.92 146.68 200.1 -
System Red Green Blue C M Y K H S L
Decimal 173 14 105 0 0.92 0.39 0.32 325.66 0.85 0.37
Hex AD E 69 0 5C 27 20 146 55 25
Octal 255 16 151 0 134 47 40 506 125 45
Binary 10101101 1110 1101001 0 1011100 100111 100000 101000110 1010101 100101

Color Harmonies of #AD0E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0E69

Black with #AD0E69

Text Example


Text Example

White with #AD0E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0E69; }

 p { color: rgb(173,14,105); }

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

background-color css

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

 a { background-color: rgb(173,14,105); }

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

border-color css

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

 span { border-color: rgb(173,14,105); }

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