Html Css Color HEX #AE25C0 Dark Orchid

📋 copy color: '#AE25C0'

red 174 ◦ green 37 ◦ blue 192

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

Shades of Dark Orchid #AE25C0

Tints of Dark Orchid #AE25C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.64%

R = 43.18%
G = 9.18%
B = 47.64%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE25C0 (or 0xAE25C0) is known color: Dark Orchid. HEX triplet: AE, 25 and C0. RGB value is (174,37,192). Sum of RGB (Red+Green+Blue) = 174+37+192=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE25C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE25C0 is #51DA3F. Grayscale: #5F5F5F. Windows color (decimal): -5364288 or 12592558. OLE color: 12592558.

HSL color Cylindrical-coordinate representation of color #AE25C0: hue angle of 293.03º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE25C0 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 37 192 -
CMYK 0.09 0.81 0 0.25
HSL 293.03º 0.68% 0.45% -
HSV(B) 293.03º 0.81% 0.75% -
XYZ 27.63 14.13 51.14 -
YUV 95.63 182.39 183.9 -
System Red Green Blue C M Y K H S L
Decimal 174 37 192 0.09 0.81 0 0.25 293.03 0.68 0.45
Hex AE 25 C0 9 51 0 19 125 44 2D
Octal 256 45 300 11 121 0 31 445 104 55
Binary 10101110 100101 11000000 1001 1010001 0 11001 100100101 1000100 101101

Color Harmonies of #AE25C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE25C0

Black with #AE25C0

Text Example


Text Example

White with #AE25C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE25C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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