Html Css Color HEX #AE28DF Dark Orchid

📋 copy color: '#AE28DF'

red 174 ◦ green 40 ◦ blue 223

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

Shades of Dark Orchid #AE28DF

Tints of Dark Orchid #AE28DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 39.82%
G = 9.15%
B = 51.03%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE28DF (or 0xAE28DF) is known color: Dark Orchid. HEX triplet: AE, 28 and DF. RGB value is (174,40,223). Sum of RGB (Red+Green+Blue) = 174+40+223=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE28DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE28DF is #51D720. Grayscale: #646464. Windows color (decimal): -5363489 or 14624942. OLE color: 14624942.

HSL color Cylindrical-coordinate representation of color #AE28DF: hue angle of 283.93º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE28DF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 40 223 -
CMYK 0.22 0.82 0 0.13
HSL 283.93º 0.74% 0.52% -
HSV(B) 283.93º 0.82% 0.87% -
XYZ 31.53 15.84 71.21 -
YUV 100.93 196.89 180.12 -
System Red Green Blue C M Y K H S L
Decimal 174 40 223 0.22 0.82 0 0.13 283.93 0.74 0.52
Hex AE 28 DF 16 52 0 D 11C 4A 34
Octal 256 50 337 26 122 0 15 434 112 64
Binary 10101110 101000 11011111 10110 1010010 0 1101 100011100 1001010 110100

Color Harmonies of #AE28DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE28DF

Black with #AE28DF

Text Example


Text Example

White with #AE28DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE28DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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