Html Css Color HEX #AE30EC Dark Orchid

📋 copy color: '#AE30EC'

red 174 ◦ green 48 ◦ blue 236

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

Shades of Dark Orchid #AE30EC

Tints of Dark Orchid #AE30EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.53%

R = 37.99%
G = 10.48%
B = 51.53%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE30EC (or 0xAE30EC) is known color: Dark Orchid. HEX triplet: AE, 30 and EC. RGB value is (174,48,236). Sum of RGB (Red+Green+Blue) = 174+48+236=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE30EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE30EC is #51CF13. Grayscale: #6A6A6A. Windows color (decimal): -5361428 or 15478958. OLE color: 15478958.

HSL color Cylindrical-coordinate representation of color #AE30EC: hue angle of 280.21º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE30EC is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 48 236 -
CMYK 0.26 0.80 0 0.07
HSL 280.21º 0.83% 0.56% -
HSV(B) 280.21º 0.8% 0.93% -
XYZ 33.65 17.17 80.9 -
YUV 107.11 200.74 175.71 -
System Red Green Blue C M Y K H S L
Decimal 174 48 236 0.26 0.80 0 0.07 280.21 0.83 0.56
Hex AE 30 EC 1A 50 0 7 118 53 38
Octal 256 60 354 32 120 0 7 430 123 70
Binary 10101110 110000 11101100 11010 1010000 0 111 100011000 1010011 111000

Color Harmonies of #AE30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE30EC

Black with #AE30EC

Text Example


Text Example

White with #AE30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE30EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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