Html Css Color HEX #AE21DC Dark Orchid

📋 copy color: '#AE21DC'

red 174 ◦ green 33 ◦ blue 220

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

Shades of Dark Orchid #AE21DC

Tints of Dark Orchid #AE21DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.73%

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 40.75%
G = 7.73%
B = 51.52%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE21DC (or 0xAE21DC) is known color: Dark Orchid. HEX triplet: AE, 21 and DC. RGB value is (174,33,220). Sum of RGB (Red+Green+Blue) = 174+33+220=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE21DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE21DC is #51DE23. Grayscale: #5F5F5F. Windows color (decimal): -5365284 or 14426542. OLE color: 14426542.

HSL color Cylindrical-coordinate representation of color #AE21DC: hue angle of 285.24º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE21DC is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 33 220 -
CMYK 0.21 0.85 0 0.14
HSL 285.24º 0.74% 0.5% -
HSV(B) 285.24º 0.85% 0.86% -
XYZ 30.92 15.25 69.02 -
YUV 96.48 197.71 183.29 -
System Red Green Blue C M Y K H S L
Decimal 174 33 220 0.21 0.85 0 0.14 285.24 0.74 0.5
Hex AE 21 DC 15 55 0 E 11D 4A 32
Octal 256 41 334 25 125 0 16 435 112 62
Binary 10101110 100001 11011100 10101 1010101 0 1110 100011101 1001010 110010

Color Harmonies of #AE21DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE21DC

Black with #AE21DC

Text Example


Text Example

White with #AE21DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE21DC; }

 p { color: rgb(174,33,220); }

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

background-color css

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

 a { background-color: rgb(174,33,220); }

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

border-color css

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

 span { border-color: rgb(174,33,220); }

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