Html Css Color HEX #AE30DF Dark Orchid

📋 copy color: '#AE30DF'

red 174 ◦ green 48 ◦ blue 223

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

Shades of Dark Orchid #AE30DF

Tints of Dark Orchid #AE30DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.79%

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

R = 39.1%
G = 10.79%
B = 50.11%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE30DF (or 0xAE30DF) is known color: Dark Orchid. HEX triplet: AE, 30 and DF. RGB value is (174,48,223). Sum of RGB (Red+Green+Blue) = 174+48+223=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE30DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE30DF is #51CF20. Grayscale: #696969. Windows color (decimal): -5361441 or 14626990. OLE color: 14626990.

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

Color convert

RGB 174 48 223 -
CMYK 0.22 0.78 0 0.13
HSL 283.2º 0.73% 0.53% -
HSV(B) 283.2º 0.78% 0.87% -
XYZ 31.83 16.44 71.31 -
YUV 105.62 194.24 176.77 -
System Red Green Blue C M Y K H S L
Decimal 174 48 223 0.22 0.78 0 0.13 283.2 0.73 0.53
Hex AE 30 DF 16 4E 0 D 11B 49 35
Octal 256 60 337 26 116 0 15 433 111 65
Binary 10101110 110000 11011111 10110 1001110 0 1101 100011011 1001001 110101

Color Harmonies of #AE30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE30DF

Black with #AE30DF

Text Example


Text Example

White with #AE30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE30DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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