Html Css Color HEX #AE26AB Dark Orchid

📋 copy color: '#AE26AB'

red 174 ◦ green 38 ◦ blue 171

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

Shades of Dark Orchid #AE26AB

Tints of Dark Orchid #AE26AB

RGB

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

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

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

R = 45.43%
G = 9.92%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE26AB (or 0xAE26AB) is known color: Dark Orchid. HEX triplet: AE, 26 and AB. RGB value is (174,38,171). Sum of RGB (Red+Green+Blue) = 174+38+171=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE26AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE26AB is #51D954. Grayscale: #5D5D5D. Windows color (decimal): -5364053 or 11216558. OLE color: 11216558.

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

Color convert

RGB 174 38 171 -
CMYK 0 0.78 0.02 0.32
HSL 301.32º 0.64% 0.42% -
HSV(B) 301.32º 0.78% 0.68% -
XYZ 25.5 13.33 39.76 -
YUV 93.83 171.56 185.19 -
System Red Green Blue C M Y K H S L
Decimal 174 38 171 0 0.78 0.02 0.32 301.32 0.64 0.42
Hex AE 26 AB 0 4E 2 20 12D 40 2A
Octal 256 46 253 0 116 2 40 455 100 52
Binary 10101110 100110 10101011 0 1001110 10 100000 100101101 1000000 101010

Color Harmonies of #AE26AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE26AB

Black with #AE26AB

Text Example


Text Example

White with #AE26AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE26AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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