Html Css Color HEX #AE25BA Dark Orchid

📋 copy color: '#AE25BA'

red 174 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #AE25BA

Tints of Dark Orchid #AE25BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 43.83%
G = 9.32%
B = 46.85%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE25BA (or 0xAE25BA) is known color: Dark Orchid. HEX triplet: AE, 25 and BA. RGB value is (174,37,186). Sum of RGB (Red+Green+Blue) = 174+37+186=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE25BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE25BA is #51DA45. Grayscale: #5E5E5E. Windows color (decimal): -5364294 or 12199342. OLE color: 12199342.

HSL color Cylindrical-coordinate representation of color #AE25BA: hue angle of 295.17º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE25BA is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 37 186 -
CMYK 0.06 0.80 0 0.27
HSL 295.17º 0.67% 0.44% -
HSV(B) 295.17º 0.8% 0.73% -
XYZ 26.98 13.87 47.71 -
YUV 94.95 179.39 184.38 -
System Red Green Blue C M Y K H S L
Decimal 174 37 186 0.06 0.80 0 0.27 295.17 0.67 0.44
Hex AE 25 BA 6 50 0 1B 127 43 2C
Octal 256 45 272 6 120 0 33 447 103 54
Binary 10101110 100101 10111010 110 1010000 0 11011 100100111 1000011 101100

Color Harmonies of #AE25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE25BA

Black with #AE25BA

Text Example


Text Example

White with #AE25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE25BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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