Html Css Color HEX #AE2BD6 Dark Orchid

📋 copy color: '#AE2BD6'

red 174 ◦ green 43 ◦ blue 214

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

Shades of Dark Orchid #AE2BD6

Tints of Dark Orchid #AE2BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.65%

R = 40.37%
G = 9.98%
B = 49.65%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AE2BD6 (or 0xAE2BD6) is known color: Dark Orchid. HEX triplet: AE, 2B and D6. RGB value is (174,43,214). Sum of RGB (Red+Green+Blue) = 174+43+214=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #AE2BD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2BD6 is #51D429. Grayscale: #656565. Windows color (decimal): -5362730 or 14035886. OLE color: 14035886.

HSL color Cylindrical-coordinate representation of color #AE2BD6: hue angle of 285.96º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2BD6 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 43 214 -
CMYK 0.19 0.80 0 0.16
HSL 285.96º 0.68% 0.5% -
HSV(B) 285.96º 0.8% 0.84% -
XYZ 30.46 15.58 65.02 -
YUV 101.66 191.4 179.6 -
System Red Green Blue C M Y K H S L
Decimal 174 43 214 0.19 0.80 0 0.16 285.96 0.68 0.5
Hex AE 2B D6 13 50 0 10 11E 44 32
Octal 256 53 326 23 120 0 20 436 104 62
Binary 10101110 101011 11010110 10011 1010000 0 10000 100011110 1000100 110010

Color Harmonies of #AE2BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2BD6

Black with #AE2BD6

Text Example


Text Example

White with #AE2BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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