Html Css Color HEX #AE3BDB Dark Orchid

📋 copy color: '#AE3BDB'

red 174 ◦ green 59 ◦ blue 219

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

Shades of Dark Orchid #AE3BDB

Tints of Dark Orchid #AE3BDB

RGB

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

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

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

R = 38.5%
G = 13.05%
B = 48.45%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE3BDB (or 0xAE3BDB) is known color: Dark Orchid. HEX triplet: AE, 3B and DB. RGB value is (174,59,219). Sum of RGB (Red+Green+Blue) = 174+59+219=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE3BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3BDB is #51C424. Grayscale: #6F6F6F. Windows color (decimal): -5358629 or 14367662. OLE color: 14367662.

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

Color convert

RGB 174 59 219 -
CMYK 0.21 0.73 0 0.14
HSL 283.13º 0.69% 0.55% -
HSV(B) 283.13º 0.73% 0.86% -
XYZ 31.81 17.24 68.67 -
YUV 111.63 188.6 172.49 -
System Red Green Blue C M Y K H S L
Decimal 174 59 219 0.21 0.73 0 0.14 283.13 0.69 0.55
Hex AE 3B DB 15 49 0 E 11B 45 37
Octal 256 73 333 25 111 0 16 433 105 67
Binary 10101110 111011 11011011 10101 1001001 0 1110 100011011 1000101 110111

Color Harmonies of #AE3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3BDB

Black with #AE3BDB

Text Example


Text Example

White with #AE3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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