Html Css Color HEX #AE26AC Dark Orchid

📋 copy color: '#AE26AC'

red 174 ◦ green 38 ◦ blue 172

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

Shades of Dark Orchid #AE26AC

Tints of Dark Orchid #AE26AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 45.31%
G = 9.9%
B = 44.79%

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

#AE26AC (or 0xAE26AC) is known color: Dark Orchid. HEX triplet: AE, 26 and AC. RGB value is (174,38,172). Sum of RGB (Red+Green+Blue) = 174+38+172=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE26AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE26AC is #51D953. Grayscale: #5D5D5D. Windows color (decimal): -5364052 or 11282094. OLE color: 11282094.

HSL color Cylindrical-coordinate representation of color #AE26AC: hue angle of 300.88º 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 #AE26AC is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 38 172 -
CMYK 0 0.78 0.01 0.32
HSL 300.88º 0.64% 0.42% -
HSV(B) 300.88º 0.78% 0.68% -
XYZ 25.6 13.36 40.26 -
YUV 93.94 172.06 185.1 -
System Red Green Blue C M Y K H S L
Decimal 174 38 172 0 0.78 0.01 0.32 300.88 0.64 0.42
Hex AE 26 AC 0 4E 1 20 12D 40 2A
Octal 256 46 254 0 116 1 40 455 100 52
Binary 10101110 100110 10101100 0 1001110 1 100000 100101101 1000000 101010

Color Harmonies of #AE26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE26AC

Black with #AE26AC

Text Example


Text Example

White with #AE26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE26AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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