Html Css Color HEX #AE26EC Dark Orchid

📋 copy color: '#AE26EC'

red 174 ◦ green 38 ◦ blue 236

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

Shades of Dark Orchid #AE26EC

Tints of Dark Orchid #AE26EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.68%

R = 38.84%
G = 8.48%
B = 52.68%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE26EC (or 0xAE26EC) is known color: Dark Orchid. HEX triplet: AE, 26 and EC. RGB value is (174,38,236). Sum of RGB (Red+Green+Blue) = 174+38+236=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE26EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE26EC is #51D913. Grayscale: #646464. Windows color (decimal): -5363988 or 15476398. OLE color: 15476398.

HSL color Cylindrical-coordinate representation of color #AE26EC: hue angle of 281.21º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE26EC is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 38 236 -
CMYK 0.26 0.84 0 0.07
HSL 281.21º 0.84% 0.54% -
HSV(B) 281.21º 0.84% 0.93% -
XYZ 33.29 16.44 80.78 -
YUV 101.24 204.06 179.9 -
System Red Green Blue C M Y K H S L
Decimal 174 38 236 0.26 0.84 0 0.07 281.21 0.84 0.54
Hex AE 26 EC 1A 54 0 7 119 54 36
Octal 256 46 354 32 124 0 7 431 124 66
Binary 10101110 100110 11101100 11010 1010100 0 111 100011001 1010100 110110

Color Harmonies of #AE26EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE26EC

Black with #AE26EC

Text Example


Text Example

White with #AE26EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE26EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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