Html Css Color HEX #AE28AB Dark Orchid

📋 copy color: '#AE28AB'

red 174 ◦ green 40 ◦ blue 171

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

Shades of Dark Orchid #AE28AB

Tints of Dark Orchid #AE28AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 45.19%
G = 10.39%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE28AB (or 0xAE28AB) is known color: Dark Orchid. HEX triplet: AE, 28 and AB. RGB value is (174,40,171). Sum of RGB (Red+Green+Blue) = 174+40+171=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE28AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE28AB is #51D754. Grayscale: #5E5E5E. Windows color (decimal): -5363541 or 11217070. OLE color: 11217070.

HSL color Cylindrical-coordinate representation of color #AE28AB: hue angle of 301.34º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE28AB is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 40 171 -
CMYK 0 0.77 0.02 0.32
HSL 301.34º 0.63% 0.42% -
HSV(B) 301.34º 0.77% 0.68% -
XYZ 25.57 13.46 39.78 -
YUV 95 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 174 40 171 0 0.77 0.02 0.32 301.34 0.63 0.42
Hex AE 28 AB 0 4D 2 20 12D 3F 2A
Octal 256 50 253 0 115 2 40 455 77 52
Binary 10101110 101000 10101011 0 1001101 10 100000 100101101 111111 101010

Color Harmonies of #AE28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE28AB

Black with #AE28AB

Text Example


Text Example

White with #AE28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE28AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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