Html Css Color HEX #AE2BDA Dark Orchid

📋 copy color: '#AE2BDA'

red 174 ◦ green 43 ◦ blue 218

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

Shades of Dark Orchid #AE2BDA

Tints of Dark Orchid #AE2BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 40%
G = 9.89%
B = 50.11%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE2BDA (or 0xAE2BDA) is known color: Dark Orchid. HEX triplet: AE, 2B and DA. RGB value is (174,43,218). Sum of RGB (Red+Green+Blue) = 174+43+218=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE2BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2BDA is #51D425. Grayscale: #656565. Windows color (decimal): -5362726 or 14298030. OLE color: 14298030.

HSL color Cylindrical-coordinate representation of color #AE2BDA: hue angle of 284.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2BDA is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 43 218 -
CMYK 0.20 0.80 0 0.15
HSL 284.91º 0.7% 0.51% -
HSV(B) 284.91º 0.8% 0.85% -
XYZ 30.97 15.79 67.74 -
YUV 102.12 193.4 179.27 -
System Red Green Blue C M Y K H S L
Decimal 174 43 218 0.20 0.80 0 0.15 284.91 0.7 0.51
Hex AE 2B DA 14 50 0 F 11D 46 33
Octal 256 53 332 24 120 0 17 435 106 63
Binary 10101110 101011 11011010 10100 1010000 0 1111 100011101 1000110 110011

Color Harmonies of #AE2BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2BDA

Black with #AE2BDA

Text Example


Text Example

White with #AE2BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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