Html Css Color HEX #AE3EC3 Dark Orchid

📋 copy color: '#AE3EC3'

red 174 ◦ green 62 ◦ blue 195

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

Shades of Dark Orchid #AE3EC3

Tints of Dark Orchid #AE3EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.24%

R = 40.37%
G = 14.39%
B = 45.24%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE3EC3 (or 0xAE3EC3) is known color: Dark Orchid. HEX triplet: AE, 3E and C3. RGB value is (174,62,195). Sum of RGB (Red+Green+Blue) = 174+62+195=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE3EC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3EC3 is #51C13C. Grayscale: #6E6E6E. Windows color (decimal): -5357885 or 12795566. OLE color: 12795566.

HSL color Cylindrical-coordinate representation of color #AE3EC3: hue angle of 290.53º degrees, saturation: 0.53, 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 #AE3EC3 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 62 195 -
CMYK 0.11 0.68 0 0.24
HSL 290.53º 0.53% 0.5% -
HSV(B) 290.53º 0.68% 0.76% -
XYZ 29.03 16.38 53.26 -
YUV 110.65 175.61 173.19 -
System Red Green Blue C M Y K H S L
Decimal 174 62 195 0.11 0.68 0 0.24 290.53 0.53 0.5
Hex AE 3E C3 B 44 0 18 123 35 32
Octal 256 76 303 13 104 0 30 443 65 62
Binary 10101110 111110 11000011 1011 1000100 0 11000 100100011 110101 110010

Color Harmonies of #AE3EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3EC3

Black with #AE3EC3

Text Example


Text Example

White with #AE3EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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