Html Css Color HEX #AE20E6 Dark Orchid

📋 copy color: '#AE20E6'

red 174 ◦ green 32 ◦ blue 230

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

Shades of Dark Orchid #AE20E6

Tints of Dark Orchid #AE20E6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.34%

 BLUE value IS 230 (90.23% from 255) = 52.75%

R = 39.91%
G = 7.34%
B = 52.75%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE20E6 (or 0xAE20E6) is known color: Dark Orchid. HEX triplet: AE, 20 and E6. RGB value is (174,32,230). Sum of RGB (Red+Green+Blue) = 174+32+230=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 230 (90.23% from 255 or 52.75% from 436); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE20E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE20E6 is #51DF19. Grayscale: #606060. Windows color (decimal): -5365530 or 15081646. OLE color: 15081646.

HSL color Cylindrical-coordinate representation of color #AE20E6: hue angle of 283.03º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE20E6 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 32 230 -
CMYK 0.24 0.86 0 0.10
HSL 283.03º 0.8% 0.51% -
HSV(B) 283.03º 0.86% 0.9% -
XYZ 32.26 15.74 76.2 -
YUV 97.03 203.04 182.9 -
System Red Green Blue C M Y K H S L
Decimal 174 32 230 0.24 0.86 0 0.10 283.03 0.8 0.51
Hex AE 20 E6 18 56 0 A 11B 50 33
Octal 256 40 346 30 126 0 12 433 120 63
Binary 10101110 100000 11100110 11000 1010110 0 1010 100011011 1010000 110011

Color Harmonies of #AE20E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20E6

Black with #AE20E6

Text Example


Text Example

White with #AE20E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20E6; }

 p { color: rgb(174,32,230); }

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

background-color css

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

 a { background-color: rgb(174,32,230); }

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

border-color css

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

 span { border-color: rgb(174,32,230); }

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