Html Css Color HEX #AE28EA Dark Orchid

📋 copy color: '#AE28EA'

red 174 ◦ green 40 ◦ blue 234

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

Shades of Dark Orchid #AE28EA

Tints of Dark Orchid #AE28EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.23%

R = 38.84%
G = 8.93%
B = 52.23%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AE28EA (or 0xAE28EA) is known color: Dark Orchid. HEX triplet: AE, 28 and EA. RGB value is (174,40,234). Sum of RGB (Red+Green+Blue) = 174+40+234=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE28EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE28EA is #51D715. Grayscale: #656565. Windows color (decimal): -5363478 or 15345838. OLE color: 15345838.

HSL color Cylindrical-coordinate representation of color #AE28EA: hue angle of 281.44º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE28EA is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 40 234 -
CMYK 0.26 0.83 0 0.08
HSL 281.44º 0.82% 0.54% -
HSV(B) 281.44º 0.83% 0.92% -
XYZ 33.07 16.46 79.28 -
YUV 102.18 202.39 179.23 -
System Red Green Blue C M Y K H S L
Decimal 174 40 234 0.26 0.83 0 0.08 281.44 0.82 0.54
Hex AE 28 EA 1A 53 0 8 119 52 36
Octal 256 50 352 32 123 0 10 431 122 66
Binary 10101110 101000 11101010 11010 1010011 0 1000 100011001 1010010 110110

Color Harmonies of #AE28EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE28EA

Black with #AE28EA

Text Example


Text Example

White with #AE28EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE28EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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