Html Css Color HEX #AE1DC0 Dark Orchid

📋 copy color: '#AE1DC0'

red 174 ◦ green 29 ◦ blue 192

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

Shades of Dark Orchid #AE1DC0

Tints of Dark Orchid #AE1DC0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.34%

 BLUE value IS 192 (75.39% from 255) = 48.61%

R = 44.05%
G = 7.34%
B = 48.61%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE1DC0 (or 0xAE1DC0) is known color: Dark Orchid. HEX triplet: AE, 1D and C0. RGB value is (174,29,192). Sum of RGB (Red+Green+Blue) = 174+29+192=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE1DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1DC0 is #51E23F. Grayscale: #5A5A5A. Windows color (decimal): -5366336 or 12590510. OLE color: 12590510.

HSL color Cylindrical-coordinate representation of color #AE1DC0: hue angle of 293.37º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1DC0 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 29 192 -
CMYK 0.09 0.85 0 0.25
HSL 293.37º 0.74% 0.43% -
HSV(B) 293.37º 0.85% 0.75% -
XYZ 27.41 13.68 51.07 -
YUV 90.94 185.04 187.25 -
System Red Green Blue C M Y K H S L
Decimal 174 29 192 0.09 0.85 0 0.25 293.37 0.74 0.43
Hex AE 1D C0 9 55 0 19 125 4A 2B
Octal 256 35 300 11 125 0 31 445 112 53
Binary 10101110 11101 11000000 1001 1010101 0 11001 100100101 1001010 101011

Color Harmonies of #AE1DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1DC0

Black with #AE1DC0

Text Example


Text Example

White with #AE1DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1DC0; }

 p { color: rgb(174,29,192); }

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

background-color css

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

 a { background-color: rgb(174,29,192); }

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

border-color css

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

 span { border-color: rgb(174,29,192); }

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