Html Css Color HEX #AE29DF Dark Orchid

📋 copy color: '#AE29DF'

red 174 ◦ green 41 ◦ blue 223

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

Shades of Dark Orchid #AE29DF

Tints of Dark Orchid #AE29DF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.36%

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

R = 39.73%
G = 9.36%
B = 50.91%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE29DF (or 0xAE29DF) is known color: Dark Orchid. HEX triplet: AE, 29 and DF. RGB value is (174,41,223). Sum of RGB (Red+Green+Blue) = 174+41+223=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE29DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE29DF is #51D620. Grayscale: #646464. Windows color (decimal): -5363233 or 14625198. OLE color: 14625198.

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

Color convert

RGB 174 41 223 -
CMYK 0.22 0.82 0 0.13
HSL 283.85º 0.74% 0.52% -
HSV(B) 283.85º 0.82% 0.87% -
XYZ 31.57 15.91 71.22 -
YUV 101.52 196.56 179.7 -
System Red Green Blue C M Y K H S L
Decimal 174 41 223 0.22 0.82 0 0.13 283.85 0.74 0.52
Hex AE 29 DF 16 52 0 D 11C 4A 34
Octal 256 51 337 26 122 0 15 434 112 64
Binary 10101110 101001 11011111 10110 1010010 0 1101 100011100 1001010 110100

Color Harmonies of #AE29DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE29DF

Black with #AE29DF

Text Example


Text Example

White with #AE29DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE29DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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