Html Css Color HEX #AE20D2 Dark Orchid

📋 copy color: '#AE20D2'

red 174 ◦ green 32 ◦ blue 210

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

Shades of Dark Orchid #AE20D2

Tints of Dark Orchid #AE20D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.48%

R = 41.83%
G = 7.69%
B = 50.48%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE20D2 (or 0xAE20D2) is known color: Dark Orchid. HEX triplet: AE, 20 and D2. RGB value is (174,32,210). Sum of RGB (Red+Green+Blue) = 174+32+210=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 210 (82.42% from 255 or 50.48% from 416); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE20D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20D2 is #51DF2D. Grayscale: #5E5E5E. Windows color (decimal): -5365550 or 13770926. OLE color: 13770926.

HSL color Cylindrical-coordinate representation of color #AE20D2: hue angle of 287.87º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE20D2 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 32 210 -
CMYK 0.17 0.85 0 0.18
HSL 287.87º 0.74% 0.47% -
HSV(B) 287.87º 0.85% 0.82% -
XYZ 29.6 14.68 62.25 -
YUV 94.75 193.04 184.53 -
System Red Green Blue C M Y K H S L
Decimal 174 32 210 0.17 0.85 0 0.18 287.87 0.74 0.47
Hex AE 20 D2 11 55 0 12 120 4A 2F
Octal 256 40 322 21 125 0 22 440 112 57
Binary 10101110 100000 11010010 10001 1010101 0 10010 100100000 1001010 101111

Color Harmonies of #AE20D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20D2

Black with #AE20D2

Text Example


Text Example

White with #AE20D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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