Html Css Color HEX #AE1FDC Dark Orchid

📋 copy color: '#AE1FDC'

red 174 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #AE1FDC

Tints of Dark Orchid #AE1FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.29%

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 40.94%
G = 7.29%
B = 51.76%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE1FDC (or 0xAE1FDC) is known color: Dark Orchid. HEX triplet: AE, 1F and DC. RGB value is (174,31,220). Sum of RGB (Red+Green+Blue) = 174+31+220=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE1FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1FDC is #51E023. Grayscale: #5E5E5E. Windows color (decimal): -5365796 or 14426030. OLE color: 14426030.

HSL color Cylindrical-coordinate representation of color #AE1FDC: hue angle of 285.4º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1FDC is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 31 220 -
CMYK 0.21 0.86 0 0.14
HSL 285.4º 0.75% 0.49% -
HSV(B) 285.4º 0.86% 0.86% -
XYZ 30.86 15.15 69.01 -
YUV 95.3 198.38 184.13 -
System Red Green Blue C M Y K H S L
Decimal 174 31 220 0.21 0.86 0 0.14 285.4 0.75 0.49
Hex AE 1F DC 15 56 0 E 11D 4B 31
Octal 256 37 334 25 126 0 16 435 113 61
Binary 10101110 11111 11011100 10101 1010110 0 1110 100011101 1001011 110001

Color Harmonies of #AE1FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1FDC

Black with #AE1FDC

Text Example


Text Example

White with #AE1FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1FDC; }

 p { color: rgb(174,31,220); }

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

background-color css

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

 a { background-color: rgb(174,31,220); }

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

border-color css

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

 span { border-color: rgb(174,31,220); }

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