Html Css Color HEX #AE2DCD Dark Orchid

📋 copy color: '#AE2DCD'

red 174 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #AE2DCD

Tints of Dark Orchid #AE2DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.61%

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 41.04%
G = 10.61%
B = 48.35%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE2DCD (or 0xAE2DCD) is known color: Dark Orchid. HEX triplet: AE, 2D and CD. RGB value is (174,45,205). Sum of RGB (Red+Green+Blue) = 174+45+205=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE2DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DCD is #51D232. Grayscale: #656565. Windows color (decimal): -5362227 or 13446574. OLE color: 13446574.

HSL color Cylindrical-coordinate representation of color #AE2DCD: hue angle of 288.38º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2DCD is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 45 205 -
CMYK 0.15 0.78 0 0.20
HSL 288.38º 0.64% 0.49% -
HSV(B) 288.38º 0.78% 0.8% -
XYZ 29.41 15.28 59.16 -
YUV 101.81 186.24 179.49 -
System Red Green Blue C M Y K H S L
Decimal 174 45 205 0.15 0.78 0 0.20 288.38 0.64 0.49
Hex AE 2D CD F 4E 0 14 120 40 31
Octal 256 55 315 17 116 0 24 440 100 61
Binary 10101110 101101 11001101 1111 1001110 0 10100 100100000 1000000 110001

Color Harmonies of #AE2DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2DCD

Black with #AE2DCD

Text Example


Text Example

White with #AE2DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2DCD; }

 p { color: rgb(174,45,205); }

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

background-color css

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

 a { background-color: rgb(174,45,205); }

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

border-color css

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

 span { border-color: rgb(174,45,205); }

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