Html Css Color HEX #AE3BDA Dark Orchid

📋 copy color: '#AE3BDA'

red 174 ◦ green 59 ◦ blue 218

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

Shades of Dark Orchid #AE3BDA

Tints of Dark Orchid #AE3BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.08%

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

R = 38.58%
G = 13.08%
B = 48.34%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE3BDA (or 0xAE3BDA) is known color: Dark Orchid. HEX triplet: AE, 3B and DA. RGB value is (174,59,218). Sum of RGB (Red+Green+Blue) = 174+59+218=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE3BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3BDA is #51C425. Grayscale: #6E6E6E. Windows color (decimal): -5358630 or 14302126. OLE color: 14302126.

HSL color Cylindrical-coordinate representation of color #AE3BDA: hue angle of 283.4º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE3BDA is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 59 218 -
CMYK 0.20 0.73 0 0.15
HSL 283.4º 0.68% 0.54% -
HSV(B) 283.4º 0.73% 0.85% -
XYZ 31.67 17.19 67.98 -
YUV 111.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 174 59 218 0.20 0.73 0 0.15 283.4 0.68 0.54
Hex AE 3B DA 14 49 0 F 11B 44 36
Octal 256 73 332 24 111 0 17 433 104 66
Binary 10101110 111011 11011010 10100 1001001 0 1111 100011011 1000100 110110

Color Harmonies of #AE3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3BDA

Black with #AE3BDA

Text Example


Text Example

White with #AE3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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