Html Css Color HEX #AE28DA Dark Orchid

📋 copy color: '#AE28DA'

red 174 ◦ green 40 ◦ blue 218

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

Shades of Dark Orchid #AE28DA

Tints of Dark Orchid #AE28DA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.26%

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 40.28%
G = 9.26%
B = 50.46%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE28DA (or 0xAE28DA) is known color: Dark Orchid. HEX triplet: AE, 28 and DA. RGB value is (174,40,218). Sum of RGB (Red+Green+Blue) = 174+40+218=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE28DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE28DA is #51D725. Grayscale: #636363. Windows color (decimal): -5363494 or 14297262. OLE color: 14297262.

HSL color Cylindrical-coordinate representation of color #AE28DA: hue angle of 285.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE28DA is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 40 218 -
CMYK 0.20 0.82 0 0.15
HSL 285.17º 0.71% 0.51% -
HSV(B) 285.17º 0.82% 0.85% -
XYZ 30.87 15.58 67.71 -
YUV 100.36 194.39 180.53 -
System Red Green Blue C M Y K H S L
Decimal 174 40 218 0.20 0.82 0 0.15 285.17 0.71 0.51
Hex AE 28 DA 14 52 0 F 11D 47 33
Octal 256 50 332 24 122 0 17 435 107 63
Binary 10101110 101000 11011010 10100 1010010 0 1111 100011101 1000111 110011

Color Harmonies of #AE28DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE28DA

Black with #AE28DA

Text Example


Text Example

White with #AE28DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE28DA; }

 p { color: rgb(174,40,218); }

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

background-color css

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

 a { background-color: rgb(174,40,218); }

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

border-color css

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

 span { border-color: rgb(174,40,218); }

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