Html Css Color HEX #AE32CE Dark Orchid

📋 copy color: '#AE32CE'

red 174 ◦ green 50 ◦ blue 206

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

Shades of Dark Orchid #AE32CE

Tints of Dark Orchid #AE32CE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.63%

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 40.47%
G = 11.63%
B = 47.91%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE32CE (or 0xAE32CE) is known color: Dark Orchid. HEX triplet: AE, 32 and CE. RGB value is (174,50,206). Sum of RGB (Red+Green+Blue) = 174+50+206=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE32CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32CE is #51CD31. Grayscale: #686868. Windows color (decimal): -5360946 or 13513390. OLE color: 13513390.

HSL color Cylindrical-coordinate representation of color #AE32CE: hue angle of 287.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE32CE is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 50 206 -
CMYK 0.16 0.76 0 0.19
HSL 287.69º 0.61% 0.5% -
HSV(B) 287.69º 0.76% 0.81% -
XYZ 29.74 15.74 59.86 -
YUV 104.86 185.08 177.32 -
System Red Green Blue C M Y K H S L
Decimal 174 50 206 0.16 0.76 0 0.19 287.69 0.61 0.5
Hex AE 32 CE 10 4C 0 13 120 3D 32
Octal 256 62 316 20 114 0 23 440 75 62
Binary 10101110 110010 11001110 10000 1001100 0 10011 100100000 111101 110010

Color Harmonies of #AE32CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE32CE

Black with #AE32CE

Text Example


Text Example

White with #AE32CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE32CE; }

 p { color: rgb(174,50,206); }

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

background-color css

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

 a { background-color: rgb(174,50,206); }

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

border-color css

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

 span { border-color: rgb(174,50,206); }

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