Html Css Color HEX #AE2BDD Dark Orchid

📋 copy color: '#AE2BDD'

red 174 ◦ green 43 ◦ blue 221

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

Shades of Dark Orchid #AE2BDD

Tints of Dark Orchid #AE2BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.82%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 39.73%
G = 9.82%
B = 50.46%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE2BDD (or 0xAE2BDD) is known color: Dark Orchid. HEX triplet: AE, 2B and DD. RGB value is (174,43,221). Sum of RGB (Red+Green+Blue) = 174+43+221=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE2BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2BDD is #51D422. Grayscale: #656565. Windows color (decimal): -5362723 or 14494638. OLE color: 14494638.

HSL color Cylindrical-coordinate representation of color #AE2BDD: hue angle of 284.16º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE2BDD is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 43 221 -
CMYK 0.21 0.81 0 0.13
HSL 284.16º 0.72% 0.52% -
HSV(B) 284.16º 0.81% 0.87% -
XYZ 31.37 15.95 69.83 -
YUV 102.46 194.9 179.03 -
System Red Green Blue C M Y K H S L
Decimal 174 43 221 0.21 0.81 0 0.13 284.16 0.72 0.52
Hex AE 2B DD 15 51 0 D 11C 48 34
Octal 256 53 335 25 121 0 15 434 110 64
Binary 10101110 101011 11011101 10101 1010001 0 1101 100011100 1001000 110100

Color Harmonies of #AE2BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2BDD

Black with #AE2BDD

Text Example


Text Example

White with #AE2BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2BDD; }

 p { color: rgb(174,43,221); }

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

background-color css

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

 a { background-color: rgb(174,43,221); }

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

border-color css

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

 span { border-color: rgb(174,43,221); }

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