Html Css Color HEX #AE33DF Dark Orchid

📋 copy color: '#AE33DF'

red 174 ◦ green 51 ◦ blue 223

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

Shades of Dark Orchid #AE33DF

Tints of Dark Orchid #AE33DF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.38%

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

R = 38.84%
G = 11.38%
B = 49.78%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE33DF (or 0xAE33DF) is known color: Dark Orchid. HEX triplet: AE, 33 and DF. RGB value is (174,51,223). Sum of RGB (Red+Green+Blue) = 174+51+223=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE33DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE33DF is #51CC20. Grayscale: #6A6A6A. Windows color (decimal): -5360673 or 14627758. OLE color: 14627758.

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

Color convert

RGB 174 51 223 -
CMYK 0.22 0.77 0 0.13
HSL 282.91º 0.73% 0.54% -
HSV(B) 282.91º 0.77% 0.87% -
XYZ 31.96 16.69 71.35 -
YUV 107.39 193.25 175.51 -
System Red Green Blue C M Y K H S L
Decimal 174 51 223 0.22 0.77 0 0.13 282.91 0.73 0.54
Hex AE 33 DF 16 4D 0 D 11B 49 36
Octal 256 63 337 26 115 0 15 433 111 66
Binary 10101110 110011 11011111 10110 1001101 0 1101 100011011 1001001 110110

Color Harmonies of #AE33DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE33DF

Black with #AE33DF

Text Example


Text Example

White with #AE33DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE33DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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