Html Css Color HEX #AD026F Eggplant

📋 copy color: '#AD026F'

red 173 ◦ green 2 ◦ blue 111

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

Shades of Eggplant #AD026F

Tints of Eggplant #AD026F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 111 (43.75% from 255) = 38.81%

R = 60.49%
G = 0.7%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD026F (or 0xAD026F) is known color: Eggplant. HEX triplet: AD, 02 and 6F. RGB value is (173,2,111). Sum of RGB (Red+Green+Blue) = 173+2+111=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD026F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD026F is #52FD90. Grayscale: #414141. Windows color (decimal): -5438865 or 7275181. OLE color: 7275181.

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

Color convert

RGB 173 2 111 -
CMYK 0 0.99 0.36 0.32
HSL 321.75º 0.98% 0.34% -
HSV(B) 321.75º 0.99% 0.68% -
XYZ 20.12 10.08 15.92 -
YUV 65.56 153.65 204.64 -
System Red Green Blue C M Y K H S L
Decimal 173 2 111 0 0.99 0.36 0.32 321.75 0.98 0.34
Hex AD 2 6F 0 63 24 20 142 62 22
Octal 255 2 157 0 143 44 40 502 142 42
Binary 10101101 10 1101111 0 1100011 100100 100000 101000010 1100010 100010

Color Harmonies of #AD026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD026F

Black with #AD026F

Text Example


Text Example

White with #AD026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD026F; }

 p { color: rgb(173,2,111); }

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

background-color css

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

 a { background-color: rgb(173,2,111); }

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

border-color css

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

 span { border-color: rgb(173,2,111); }

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