Html Css Color HEX #AE3EC1 Dark Orchid

📋 copy color: '#AE3EC1'

red 174 ◦ green 62 ◦ blue 193

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

Shades of Dark Orchid #AE3EC1

Tints of Dark Orchid #AE3EC1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.45%

 BLUE value IS 193 (75.78% from 255) = 44.99%

R = 40.56%
G = 14.45%
B = 44.99%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE3EC1 (or 0xAE3EC1) is known color: Dark Orchid. HEX triplet: AE, 3E and C1. RGB value is (174,62,193). Sum of RGB (Red+Green+Blue) = 174+62+193=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE3EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3EC1 is #51C13E. Grayscale: #6E6E6E. Windows color (decimal): -5357887 or 12664494. OLE color: 12664494.

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

Color convert

RGB 174 62 193 -
CMYK 0.10 0.68 0 0.24
HSL 291.3º 0.51% 0.5% -
HSV(B) 291.3º 0.68% 0.76% -
XYZ 28.8 16.29 52.08 -
YUV 110.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 174 62 193 0.10 0.68 0 0.24 291.3 0.51 0.5
Hex AE 3E C1 A 44 0 18 123 33 32
Octal 256 76 301 12 104 0 30 443 63 62
Binary 10101110 111110 11000001 1010 1000100 0 11000 100100011 110011 110010

Color Harmonies of #AE3EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3EC1

Black with #AE3EC1

Text Example


Text Example

White with #AE3EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3EC1; }

 p { color: rgb(174,62,193); }

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

background-color css

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

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

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

border-color css

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

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

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