Html Css Color HEX #AE3CDA Dark Orchid

📋 copy color: '#AE3CDA'

red 174 ◦ green 60 ◦ blue 218

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

Shades of Dark Orchid #AE3CDA

Tints of Dark Orchid #AE3CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.27%

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 38.5%
G = 13.27%
B = 48.23%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE3CDA (or 0xAE3CDA) is known color: Dark Orchid. HEX triplet: AE, 3C and DA. RGB value is (174,60,218). Sum of RGB (Red+Green+Blue) = 174+60+218=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE3CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3CDA is #51C325. Grayscale: #6F6F6F. Windows color (decimal): -5358374 or 14302382. OLE color: 14302382.

HSL color Cylindrical-coordinate representation of color #AE3CDA: hue angle of 283.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE3CDA is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 60 218 -
CMYK 0.20 0.72 0 0.15
HSL 283.29º 0.68% 0.55% -
HSV(B) 283.29º 0.72% 0.85% -
XYZ 31.73 17.29 68 -
YUV 112.1 187.77 172.15 -
System Red Green Blue C M Y K H S L
Decimal 174 60 218 0.20 0.72 0 0.15 283.29 0.68 0.55
Hex AE 3C DA 14 48 0 F 11B 44 37
Octal 256 74 332 24 110 0 17 433 104 67
Binary 10101110 111100 11011010 10100 1001000 0 1111 100011011 1000100 110111

Color Harmonies of #AE3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3CDA

Black with #AE3CDA

Text Example


Text Example

White with #AE3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3CDA; }

 p { color: rgb(174,60,218); }

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

background-color css

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

 a { background-color: rgb(174,60,218); }

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

border-color css

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

 span { border-color: rgb(174,60,218); }

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