Html Css Color HEX #AE3ADB Dark Orchid

📋 copy color: '#AE3ADB'

red 174 ◦ green 58 ◦ blue 219

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

Shades of Dark Orchid #AE3ADB

Tints of Dark Orchid #AE3ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.86%

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 38.58%
G = 12.86%
B = 48.56%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE3ADB (or 0xAE3ADB) is known color: Dark Orchid. HEX triplet: AE, 3A and DB. RGB value is (174,58,219). Sum of RGB (Red+Green+Blue) = 174+58+219=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE3ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3ADB is #51C524. Grayscale: #6E6E6E. Windows color (decimal): -5358885 or 14367406. OLE color: 14367406.

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

Color convert

RGB 174 58 219 -
CMYK 0.21 0.74 0 0.14
HSL 283.23º 0.69% 0.54% -
HSV(B) 283.23º 0.74% 0.86% -
XYZ 31.75 17.14 68.65 -
YUV 111.04 188.93 172.91 -
System Red Green Blue C M Y K H S L
Decimal 174 58 219 0.21 0.74 0 0.14 283.23 0.69 0.54
Hex AE 3A DB 15 4A 0 E 11B 45 36
Octal 256 72 333 25 112 0 16 433 105 66
Binary 10101110 111010 11011011 10101 1001010 0 1110 100011011 1000101 110110

Color Harmonies of #AE3ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3ADB

Black with #AE3ADB

Text Example


Text Example

White with #AE3ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3ADB; }

 p { color: rgb(174,58,219); }

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

background-color css

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

 a { background-color: rgb(174,58,219); }

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

border-color css

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

 span { border-color: rgb(174,58,219); }

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