Html Css Color HEX #AE3ACE Dark Orchid

📋 copy color: '#AE3ACE'

red 174 ◦ green 58 ◦ blue 206

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

Shades of Dark Orchid #AE3ACE

Tints of Dark Orchid #AE3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.24%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 39.73%
G = 13.24%
B = 47.03%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE3ACE (or 0xAE3ACE) is known color: Dark Orchid. HEX triplet: AE, 3A and CE. RGB value is (174,58,206). Sum of RGB (Red+Green+Blue) = 174+58+206=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE3ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3ACE is #51C531. Grayscale: #6D6D6D. Windows color (decimal): -5358898 or 13515438. OLE color: 13515438.

HSL color Cylindrical-coordinate representation of color #AE3ACE: hue angle of 287.03º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE3ACE is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 58 206 -
CMYK 0.16 0.72 0 0.19
HSL 287.03º 0.6% 0.52% -
HSV(B) 287.03º 0.72% 0.81% -
XYZ 30.11 16.48 59.99 -
YUV 109.56 182.43 173.97 -
System Red Green Blue C M Y K H S L
Decimal 174 58 206 0.16 0.72 0 0.19 287.03 0.6 0.52
Hex AE 3A CE 10 48 0 13 11F 3C 34
Octal 256 72 316 20 110 0 23 437 74 64
Binary 10101110 111010 11001110 10000 1001000 0 10011 100011111 111100 110100

Color Harmonies of #AE3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3ACE

Black with #AE3ACE

Text Example


Text Example

White with #AE3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3ACE; }

 p { color: rgb(174,58,206); }

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

background-color css

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

 a { background-color: rgb(174,58,206); }

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

border-color css

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

 span { border-color: rgb(174,58,206); }

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