Html Css Color HEX #AE38EC Dark Orchid

📋 copy color: '#AE38EC'

red 174 ◦ green 56 ◦ blue 236

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

Shades of Dark Orchid #AE38EC

Tints of Dark Orchid #AE38EC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.02%

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 37.34%
G = 12.02%
B = 50.64%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE38EC (or 0xAE38EC) is known color: Dark Orchid. HEX triplet: AE, 38 and EC. RGB value is (174,56,236). Sum of RGB (Red+Green+Blue) = 174+56+236=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE38EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE38EC is #51C713. Grayscale: #6F6F6F. Windows color (decimal): -5359380 or 15481006. OLE color: 15481006.

HSL color Cylindrical-coordinate representation of color #AE38EC: hue angle of 279.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE38EC is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 56 236 -
CMYK 0.26 0.76 0 0.07
HSL 279.33º 0.83% 0.57% -
HSV(B) 279.33º 0.76% 0.93% -
XYZ 34.01 17.88 81.02 -
YUV 111.8 198.09 172.36 -
System Red Green Blue C M Y K H S L
Decimal 174 56 236 0.26 0.76 0 0.07 279.33 0.83 0.57
Hex AE 38 EC 1A 4C 0 7 117 53 39
Octal 256 70 354 32 114 0 7 427 123 71
Binary 10101110 111000 11101100 11010 1001100 0 111 100010111 1010011 111001

Color Harmonies of #AE38EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE38EC

Black with #AE38EC

Text Example


Text Example

White with #AE38EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE38EC; }

 p { color: rgb(174,56,236); }

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

background-color css

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

 a { background-color: rgb(174,56,236); }

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

border-color css

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

 span { border-color: rgb(174,56,236); }

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