Html Css Color HEX #AE27E1 Dark Orchid

📋 copy color: '#AE27E1'

red 174 ◦ green 39 ◦ blue 225

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

Shades of Dark Orchid #AE27E1

Tints of Dark Orchid #AE27E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.37%

R = 39.73%
G = 8.9%
B = 51.37%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AE27E1 (or 0xAE27E1) is known color: Dark Orchid. HEX triplet: AE, 27 and E1. RGB value is (174,39,225). Sum of RGB (Red+Green+Blue) = 174+39+225=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE27E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE27E1 is #51D81E. Grayscale: #636363. Windows color (decimal): -5363743 or 14755758. OLE color: 14755758.

HSL color Cylindrical-coordinate representation of color #AE27E1: hue angle of 283.55º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE27E1 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 39 225 -
CMYK 0.23 0.83 0 0.12
HSL 283.55º 0.76% 0.52% -
HSV(B) 283.55º 0.83% 0.88% -
XYZ 31.77 15.89 72.63 -
YUV 100.57 198.23 180.38 -
System Red Green Blue C M Y K H S L
Decimal 174 39 225 0.23 0.83 0 0.12 283.55 0.76 0.52
Hex AE 27 E1 17 53 0 C 11C 4C 34
Octal 256 47 341 27 123 0 14 434 114 64
Binary 10101110 100111 11100001 10111 1010011 0 1100 100011100 1001100 110100

Color Harmonies of #AE27E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE27E1

Black with #AE27E1

Text Example


Text Example

White with #AE27E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE27E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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