Html Css Color HEX #AE38D8 Dark Orchid

📋 copy color: '#AE38D8'

red 174 ◦ green 56 ◦ blue 216

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

Shades of Dark Orchid #AE38D8

Tints of Dark Orchid #AE38D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.43%

R = 39.01%
G = 12.56%
B = 48.43%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE38D8 (or 0xAE38D8) is known color: Dark Orchid. HEX triplet: AE, 38 and D8. RGB value is (174,56,216). Sum of RGB (Red+Green+Blue) = 174+56+216=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE38D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE38D8 is #51C727. Grayscale: #6D6D6D. Windows color (decimal): -5359400 or 14170286. OLE color: 14170286.

HSL color Cylindrical-coordinate representation of color #AE38D8: hue angle of 284.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE38D8 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 56 216 -
CMYK 0.19 0.74 0 0.15
HSL 284.25º 0.67% 0.53% -
HSV(B) 284.25º 0.74% 0.85% -
XYZ 31.26 16.78 66.56 -
YUV 109.52 188.09 173.99 -
System Red Green Blue C M Y K H S L
Decimal 174 56 216 0.19 0.74 0 0.15 284.25 0.67 0.53
Hex AE 38 D8 13 4A 0 F 11C 43 35
Octal 256 70 330 23 112 0 17 434 103 65
Binary 10101110 111000 11011000 10011 1001010 0 1111 100011100 1000011 110101

Color Harmonies of #AE38D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE38D8

Black with #AE38D8

Text Example


Text Example

White with #AE38D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE38D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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