Html Css Color HEX #AE0675 Eggplant

📋 copy color: '#AE0675'

red 174 ◦ green 6 ◦ blue 117

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

Shades of Eggplant #AE0675

Tints of Eggplant #AE0675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.02%

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 58.59%
G = 2.02%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE0675 (or 0xAE0675) is known color: Eggplant. HEX triplet: AE, 06 and 75. RGB value is (174,6,117). Sum of RGB (Red+Green+Blue) = 174+6+117=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0675 is #51F98A. Grayscale: #444444. Windows color (decimal): -5372299 or 7669422. OLE color: 7669422.

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

Color convert

RGB 174 6 117 -
CMYK 0 0.97 0.33 0.32
HSL 320.36º 0.93% 0.35% -
HSV(B) 320.36º 0.97% 0.68% -
XYZ 20.73 10.41 17.75 -
YUV 68.89 155.16 202.97 -
System Red Green Blue C M Y K H S L
Decimal 174 6 117 0 0.97 0.33 0.32 320.36 0.93 0.35
Hex AE 6 75 0 61 21 20 140 5D 23
Octal 256 6 165 0 141 41 40 500 135 43
Binary 10101110 110 1110101 0 1100001 100001 100000 101000000 1011101 100011

Color Harmonies of #AE0675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0675

Black with #AE0675

Text Example


Text Example

White with #AE0675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0675; }

 p { color: rgb(174,6,117); }

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

background-color css

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

 a { background-color: rgb(174,6,117); }

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

border-color css

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

 span { border-color: rgb(174,6,117); }

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