Html Css Color HEX #AE25EC Dark Orchid

📋 copy color: '#AE25EC'

red 174 ◦ green 37 ◦ blue 236

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

Shades of Dark Orchid #AE25EC

Tints of Dark Orchid #AE25EC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.28%

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

R = 38.93%
G = 8.28%
B = 52.8%

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

#AE25EC (or 0xAE25EC) is known color: Dark Orchid. HEX triplet: AE, 25 and EC. RGB value is (174,37,236). Sum of RGB (Red+Green+Blue) = 174+37+236=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE25EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE25EC is #51DA13. Grayscale: #636363. Windows color (decimal): -5364244 or 15476142. OLE color: 15476142.

HSL color Cylindrical-coordinate representation of color #AE25EC: hue angle of 281.31º 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 #AE25EC is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 37 236 -
CMYK 0.26 0.84 0 0.07
HSL 281.31º 0.84% 0.54% -
HSV(B) 281.31º 0.84% 0.93% -
XYZ 33.26 16.38 80.77 -
YUV 100.65 204.39 180.32 -
System Red Green Blue C M Y K H S L
Decimal 174 37 236 0.26 0.84 0 0.07 281.31 0.84 0.54
Hex AE 25 EC 1A 54 0 7 119 54 36
Octal 256 45 354 32 124 0 7 431 124 66
Binary 10101110 100101 11101100 11010 1010100 0 111 100011001 1010100 110110

Color Harmonies of #AE25EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE25EC

Black with #AE25EC

Text Example


Text Example

White with #AE25EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE25EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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