Html Css Color HEX #AE29CF Dark Orchid

📋 copy color: '#AE29CF'

red 174 ◦ green 41 ◦ blue 207

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

Shades of Dark Orchid #AE29CF

Tints of Dark Orchid #AE29CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 41.23%
G = 9.72%
B = 49.05%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE29CF (or 0xAE29CF) is known color: Dark Orchid. HEX triplet: AE, 29 and CF. RGB value is (174,41,207). Sum of RGB (Red+Green+Blue) = 174+41+207=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE29CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE29CF is #51D630. Grayscale: #636363. Windows color (decimal): -5363249 or 13576622. OLE color: 13576622.

HSL color Cylindrical-coordinate representation of color #AE29CF: hue angle of 288.07º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE29CF is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 41 207 -
CMYK 0.16 0.80 0 0.19
HSL 288.07º 0.67% 0.49% -
HSV(B) 288.07º 0.8% 0.81% -
XYZ 29.51 15.09 60.39 -
YUV 99.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 174 41 207 0.16 0.80 0 0.19 288.07 0.67 0.49
Hex AE 29 CF 10 50 0 13 120 43 31
Octal 256 51 317 20 120 0 23 440 103 61
Binary 10101110 101001 11001111 10000 1010000 0 10011 100100000 1000011 110001

Color Harmonies of #AE29CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE29CF

Black with #AE29CF

Text Example


Text Example

White with #AE29CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE29CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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