Html Css Color HEX #AE3CDB Dark Orchid

📋 copy color: '#AE3CDB'

red 174 ◦ green 60 ◦ blue 219

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

Shades of Dark Orchid #AE3CDB

Tints of Dark Orchid #AE3CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.25%

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

R = 38.41%
G = 13.25%
B = 48.34%

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

#AE3CDB (or 0xAE3CDB) is known color: Dark Orchid. HEX triplet: AE, 3C and DB. RGB value is (174,60,219). Sum of RGB (Red+Green+Blue) = 174+60+219=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE3CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3CDB is #51C324. Grayscale: #6F6F6F. Windows color (decimal): -5358373 or 14367918. OLE color: 14367918.

HSL color Cylindrical-coordinate representation of color #AE3CDB: hue angle of 283.02º 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 #AE3CDB is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 60 219 -
CMYK 0.21 0.73 0 0.14
HSL 283.02º 0.69% 0.55% -
HSV(B) 283.02º 0.73% 0.86% -
XYZ 31.86 17.34 68.69 -
YUV 112.21 188.27 172.07 -
System Red Green Blue C M Y K H S L
Decimal 174 60 219 0.21 0.73 0 0.14 283.02 0.69 0.55
Hex AE 3C DB 15 49 0 E 11B 45 37
Octal 256 74 333 25 111 0 16 433 105 67
Binary 10101110 111100 11011011 10101 1001001 0 1110 100011011 1000101 110111

Color Harmonies of #AE3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3CDB

Black with #AE3CDB

Text Example


Text Example

White with #AE3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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