Html Css Color HEX #AE28AE Dark Orchid

📋 copy color: '#AE28AE'

red 174 ◦ green 40 ◦ blue 174

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

Shades of Dark Orchid #AE28AE

Tints of Dark Orchid #AE28AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.31%

 BLUE value IS 174 (68.36% from 255) = 44.85%

R = 44.85%
G = 10.31%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE28AE (or 0xAE28AE) is known color: Dark Orchid. HEX triplet: AE, 28 and AE. RGB value is (174,40,174). Sum of RGB (Red+Green+Blue) = 174+40+174=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE28AE is #51D751. Grayscale: #5E5E5E. Windows color (decimal): -5363538 or 11413678. OLE color: 11413678.

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

Color convert

RGB 174 40 174 -
CMYK 0 0.77 0 0.32
HSL 300º 0.63% 0.42% -
HSV(B) 300º 0.77% 0.68% -
XYZ 25.85 13.57 41.3 -
YUV 95.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 174 40 174 0 0.77 0 0.32 300 0.63 0.42
Hex AE 28 AE 0 4D 0 20 12C 3F 2A
Octal 256 50 256 0 115 0 40 454 77 52
Binary 10101110 101000 10101110 0 1001101 0 100000 100101100 111111 101010

Color Harmonies of #AE28AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE28AE

Black with #AE28AE

Text Example


Text Example

White with #AE28AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE28AE; }

 p { color: rgb(174,40,174); }

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

background-color css

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

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

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

border-color css

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

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

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