Html Css Color HEX #AE25AD Dark Orchid

📋 copy color: '#AE25AD'

red 174 ◦ green 37 ◦ blue 173

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

Shades of Dark Orchid #AE25AD

Tints of Dark Orchid #AE25AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 45.31%
G = 9.64%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE25AD (or 0xAE25AD) is known color: Dark Orchid. HEX triplet: AE, 25 and AD. RGB value is (174,37,173). Sum of RGB (Red+Green+Blue) = 174+37+173=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE25AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE25AD is #51DA52. Grayscale: #5D5D5D. Windows color (decimal): -5364307 or 11347374. OLE color: 11347374.

HSL color Cylindrical-coordinate representation of color #AE25AD: hue angle of 300.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE25AD is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 37 173 -
CMYK 0 0.79 0.01 0.32
HSL 300.44º 0.65% 0.41% -
HSV(B) 300.44º 0.79% 0.68% -
XYZ 25.66 13.34 40.76 -
YUV 93.47 172.89 185.44 -
System Red Green Blue C M Y K H S L
Decimal 174 37 173 0 0.79 0.01 0.32 300.44 0.65 0.41
Hex AE 25 AD 0 4F 1 20 12C 41 29
Octal 256 45 255 0 117 1 40 454 101 51
Binary 10101110 100101 10101101 0 1001111 1 100000 100101100 1000001 101001

Color Harmonies of #AE25AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE25AD

Black with #AE25AD

Text Example


Text Example

White with #AE25AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE25AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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