Html Css Color HEX #AE38D1 Dark Orchid

📋 copy color: '#AE38D1'

red 174 ◦ green 56 ◦ blue 209

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

Shades of Dark Orchid #AE38D1

Tints of Dark Orchid #AE38D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.61%

R = 39.64%
G = 12.76%
B = 47.61%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE38D1 (or 0xAE38D1) is known color: Dark Orchid. HEX triplet: AE, 38 and D1. RGB value is (174,56,209). Sum of RGB (Red+Green+Blue) = 174+56+209=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE38D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE38D1 is #51C72E. Grayscale: #6C6C6C. Windows color (decimal): -5359407 or 13711534. OLE color: 13711534.

HSL color Cylindrical-coordinate representation of color #AE38D1: hue angle of 286.27º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE38D1 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 56 209 -
CMYK 0.17 0.73 0 0.18
HSL 286.27º 0.62% 0.52% -
HSV(B) 286.27º 0.73% 0.82% -
XYZ 30.38 16.43 61.89 -
YUV 108.72 184.59 174.56 -
System Red Green Blue C M Y K H S L
Decimal 174 56 209 0.17 0.73 0 0.18 286.27 0.62 0.52
Hex AE 38 D1 11 49 0 12 11E 3E 34
Octal 256 70 321 21 111 0 22 436 76 64
Binary 10101110 111000 11010001 10001 1001001 0 10010 100011110 111110 110100

Color Harmonies of #AE38D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE38D1

Black with #AE38D1

Text Example


Text Example

White with #AE38D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE38D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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