Html Css Color HEX #AE1CE5 Dark Orchid

📋 copy color: '#AE1CE5'

red 174 ◦ green 28 ◦ blue 229

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

Shades of Dark Orchid #AE1CE5

Tints of Dark Orchid #AE1CE5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.5%

 BLUE value IS 229 (89.84% from 255) = 53.13%

R = 40.37%
G = 6.5%
B = 53.13%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE1CE5 (or 0xAE1CE5) is known color: Dark Orchid. HEX triplet: AE, 1C and E5. RGB value is (174,28,229). Sum of RGB (Red+Green+Blue) = 174+28+229=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 229 (89.84% from 255 or 53.13% from 431); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE1CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1CE5 is #51E31A. Grayscale: #5D5D5D. Windows color (decimal): -5366555 or 15015086. OLE color: 15015086.

HSL color Cylindrical-coordinate representation of color #AE1CE5: hue angle of 283.58º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE1CE5 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 28 229 -
CMYK 0.24 0.88 0 0.10
HSL 283.58º 0.79% 0.5% -
HSV(B) 283.58º 0.88% 0.9% -
XYZ 32.01 15.49 75.43 -
YUV 94.57 203.87 184.66 -
System Red Green Blue C M Y K H S L
Decimal 174 28 229 0.24 0.88 0 0.10 283.58 0.79 0.5
Hex AE 1C E5 18 58 0 A 11C 4F 32
Octal 256 34 345 30 130 0 12 434 117 62
Binary 10101110 11100 11100101 11000 1011000 0 1010 100011100 1001111 110010

Color Harmonies of #AE1CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1CE5

Black with #AE1CE5

Text Example


Text Example

White with #AE1CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1CE5; }

 p { color: rgb(174,28,229); }

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

background-color css

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

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

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

border-color css

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

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

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