Html Css Color HEX #AE38DF Dark Orchid

📋 copy color: '#AE38DF'

red 174 ◦ green 56 ◦ blue 223

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

Shades of Dark Orchid #AE38DF

Tints of Dark Orchid #AE38DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 38.41%
G = 12.36%
B = 49.23%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE38DF (or 0xAE38DF) is known color: Dark Orchid. HEX triplet: AE, 38 and DF. RGB value is (174,56,223). Sum of RGB (Red+Green+Blue) = 174+56+223=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE38DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE38DF is #51C720. Grayscale: #6D6D6D. Windows color (decimal): -5359393 or 14629038. OLE color: 14629038.

HSL color Cylindrical-coordinate representation of color #AE38DF: hue angle of 282.4º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE38DF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 56 223 -
CMYK 0.22 0.75 0 0.13
HSL 282.4º 0.72% 0.55% -
HSV(B) 282.4º 0.75% 0.87% -
XYZ 32.19 17.15 71.43 -
YUV 110.32 191.59 173.42 -
System Red Green Blue C M Y K H S L
Decimal 174 56 223 0.22 0.75 0 0.13 282.4 0.72 0.55
Hex AE 38 DF 16 4B 0 D 11A 48 37
Octal 256 70 337 26 113 0 15 432 110 67
Binary 10101110 111000 11011111 10110 1001011 0 1101 100011010 1001000 110111

Color Harmonies of #AE38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE38DF

Black with #AE38DF

Text Example


Text Example

White with #AE38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE38DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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