Html Css Color HEX #AE27DF Dark Orchid

📋 copy color: '#AE27DF'

red 174 ◦ green 39 ◦ blue 223

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

Shades of Dark Orchid #AE27DF

Tints of Dark Orchid #AE27DF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.94%

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

R = 39.91%
G = 8.94%
B = 51.15%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE27DF (or 0xAE27DF) is known color: Dark Orchid. HEX triplet: AE, 27 and DF. RGB value is (174,39,223). Sum of RGB (Red+Green+Blue) = 174+39+223=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE27DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE27DF is #51D820. Grayscale: #636363. Windows color (decimal): -5363745 or 14624686. OLE color: 14624686.

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

Color convert

RGB 174 39 223 -
CMYK 0.22 0.83 0 0.13
HSL 284.02º 0.74% 0.51% -
HSV(B) 284.02º 0.83% 0.87% -
XYZ 31.5 15.78 71.2 -
YUV 100.34 197.23 180.54 -
System Red Green Blue C M Y K H S L
Decimal 174 39 223 0.22 0.83 0 0.13 284.02 0.74 0.51
Hex AE 27 DF 16 53 0 D 11C 4A 33
Octal 256 47 337 26 123 0 15 434 112 63
Binary 10101110 100111 11011111 10110 1010011 0 1101 100011100 1001010 110011

Color Harmonies of #AE27DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE27DF

Black with #AE27DF

Text Example


Text Example

White with #AE27DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE27DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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