Html Css Color HEX #AE2DCB Dark Orchid

📋 copy color: '#AE2DCB'

red 174 ◦ green 45 ◦ blue 203

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

Shades of Dark Orchid #AE2DCB

Tints of Dark Orchid #AE2DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 41.23%
G = 10.66%
B = 48.1%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE2DCB (or 0xAE2DCB) is known color: Dark Orchid. HEX triplet: AE, 2D and CB. RGB value is (174,45,203). Sum of RGB (Red+Green+Blue) = 174+45+203=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE2DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DCB is #51D234. Grayscale: #656565. Windows color (decimal): -5362229 or 13315502. OLE color: 13315502.

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

Color convert

RGB 174 45 203 -
CMYK 0.14 0.78 0 0.20
HSL 288.99º 0.64% 0.49% -
HSV(B) 288.99º 0.78% 0.8% -
XYZ 29.17 15.19 57.89 -
YUV 101.58 185.24 179.65 -
System Red Green Blue C M Y K H S L
Decimal 174 45 203 0.14 0.78 0 0.20 288.99 0.64 0.49
Hex AE 2D CB E 4E 0 14 121 40 31
Octal 256 55 313 16 116 0 24 441 100 61
Binary 10101110 101101 11001011 1110 1001110 0 10100 100100001 1000000 110001

Color Harmonies of #AE2DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2DCB

Black with #AE2DCB

Text Example


Text Example

White with #AE2DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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