Html Css Color HEX #AE26AD Dark Orchid

📋 copy color: '#AE26AD'

red 174 ◦ green 38 ◦ blue 173

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

Shades of Dark Orchid #AE26AD

Tints of Dark Orchid #AE26AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.87%

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 45.19%
G = 9.87%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE26AD (or 0xAE26AD) is known color: Dark Orchid. HEX triplet: AE, 26 and AD. RGB value is (174,38,173). Sum of RGB (Red+Green+Blue) = 174+38+173=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE26AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE26AD is #51D952. Grayscale: #5D5D5D. Windows color (decimal): -5364051 or 11347630. OLE color: 11347630.

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

Color convert

RGB 174 38 173 -
CMYK 0 0.78 0.01 0.32
HSL 300.44º 0.64% 0.42% -
HSV(B) 300.44º 0.78% 0.68% -
XYZ 25.69 13.4 40.77 -
YUV 94.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 174 38 173 0 0.78 0.01 0.32 300.44 0.64 0.42
Hex AE 26 AD 0 4E 1 20 12C 40 2A
Octal 256 46 255 0 116 1 40 454 100 52
Binary 10101110 100110 10101101 0 1001110 1 100000 100101100 1000000 101010

Color Harmonies of #AE26AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE26AD

Black with #AE26AD

Text Example


Text Example

White with #AE26AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE26AD; }

 p { color: rgb(174,38,173); }

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

background-color css

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

 a { background-color: rgb(174,38,173); }

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

border-color css

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

 span { border-color: rgb(174,38,173); }

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