Html Css Color HEX #AE2BDF Dark Orchid

📋 copy color: '#AE2BDF'

red 174 ◦ green 43 ◦ blue 223

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

Shades of Dark Orchid #AE2BDF

Tints of Dark Orchid #AE2BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.77%

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 39.55%
G = 9.77%
B = 50.68%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE2BDF (or 0xAE2BDF) is known color: Dark Orchid. HEX triplet: AE, 2B and DF. RGB value is (174,43,223). Sum of RGB (Red+Green+Blue) = 174+43+223=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE2BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2BDF is #51D420. Grayscale: #666666. Windows color (decimal): -5362721 or 14625710. OLE color: 14625710.

HSL color Cylindrical-coordinate representation of color #AE2BDF: hue angle of 283.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE2BDF is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 43 223 -
CMYK 0.22 0.81 0 0.13
HSL 283.67º 0.74% 0.52% -
HSV(B) 283.67º 0.81% 0.87% -
XYZ 31.64 16.05 71.24 -
YUV 102.69 195.9 178.86 -
System Red Green Blue C M Y K H S L
Decimal 174 43 223 0.22 0.81 0 0.13 283.67 0.74 0.52
Hex AE 2B DF 16 51 0 D 11C 4A 34
Octal 256 53 337 26 121 0 15 434 112 64
Binary 10101110 101011 11011111 10110 1010001 0 1101 100011100 1001010 110100

Color Harmonies of #AE2BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2BDF

Black with #AE2BDF

Text Example


Text Example

White with #AE2BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2BDF; }

 p { color: rgb(174,43,223); }

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

background-color css

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

 a { background-color: rgb(174,43,223); }

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

border-color css

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

 span { border-color: rgb(174,43,223); }

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