Html Css Color HEX #AE0271 Eggplant

📋 copy color: '#AE0271'

red 174 ◦ green 2 ◦ blue 113

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

Shades of Eggplant #AE0271

Tints of Eggplant #AE0271

RGB

 RED value IS 174 (68.36% from 255) = 60.21%

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

 BLUE value IS 113 (44.53% from 255) = 39.1%

R = 60.21%
G = 0.69%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AE0271 (or 0xAE0271) is known color: Eggplant. HEX triplet: AE, 02 and 71. RGB value is (174,2,113). Sum of RGB (Red+Green+Blue) = 174+2+113=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0271 is #51FD8E. Grayscale: #414141. Windows color (decimal): -5373327 or 7406254. OLE color: 7406254.

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

Color convert

RGB 174 2 113 -
CMYK 0 0.99 0.35 0.32
HSL 321.28º 0.98% 0.35% -
HSV(B) 321.28º 0.99% 0.68% -
XYZ 20.46 10.23 16.52 -
YUV 66.08 154.48 204.97 -
System Red Green Blue C M Y K H S L
Decimal 174 2 113 0 0.99 0.35 0.32 321.28 0.98 0.35
Hex AE 2 71 0 63 23 20 141 62 23
Octal 256 2 161 0 143 43 40 501 142 43
Binary 10101110 10 1110001 0 1100011 100011 100000 101000001 1100010 100011

Color Harmonies of #AE0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0271

Black with #AE0271

Text Example


Text Example

White with #AE0271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0271; }

 p { color: rgb(174,2,113); }

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

background-color css

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

 a { background-color: rgb(174,2,113); }

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

border-color css

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

 span { border-color: rgb(174,2,113); }

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