Html Css Color HEX #AE30E0 Dark Orchid

📋 copy color: '#AE30E0'

red 174 ◦ green 48 ◦ blue 224

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

Shades of Dark Orchid #AE30E0

Tints of Dark Orchid #AE30E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.22%

R = 39.01%
G = 10.76%
B = 50.22%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AE30E0 (or 0xAE30E0) is known color: Dark Orchid. HEX triplet: AE, 30 and E0. RGB value is (174,48,224). Sum of RGB (Red+Green+Blue) = 174+48+224=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE30E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE30E0 is #51CF1F. Grayscale: #696969. Windows color (decimal): -5361440 or 14692526. OLE color: 14692526.

HSL color Cylindrical-coordinate representation of color #AE30E0: hue angle of 282.95º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE30E0 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 48 224 -
CMYK 0.22 0.79 0 0.12
HSL 282.95º 0.74% 0.53% -
HSV(B) 282.95º 0.79% 0.88% -
XYZ 31.97 16.49 72.02 -
YUV 105.74 194.74 176.69 -
System Red Green Blue C M Y K H S L
Decimal 174 48 224 0.22 0.79 0 0.12 282.95 0.74 0.53
Hex AE 30 E0 16 4F 0 C 11B 4A 35
Octal 256 60 340 26 117 0 14 433 112 65
Binary 10101110 110000 11100000 10110 1001111 0 1100 100011011 1001010 110101

Color Harmonies of #AE30E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE30E0

Black with #AE30E0

Text Example


Text Example

White with #AE30E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE30E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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