Html Css Color HEX #AE25CA Dark Orchid

📋 copy color: '#AE25CA'

red 174 ◦ green 37 ◦ blue 202

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

Shades of Dark Orchid #AE25CA

Tints of Dark Orchid #AE25CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 42.13%
G = 8.96%
B = 48.91%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE25CA (or 0xAE25CA) is known color: Dark Orchid. HEX triplet: AE, 25 and CA. RGB value is (174,37,202). Sum of RGB (Red+Green+Blue) = 174+37+202=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE25CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE25CA is #51DA35. Grayscale: #606060. Windows color (decimal): -5364278 or 13247918. OLE color: 13247918.

HSL color Cylindrical-coordinate representation of color #AE25CA: hue angle of 289.82º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE25CA is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 37 202 -
CMYK 0.14 0.82 0 0.21
HSL 289.82º 0.69% 0.47% -
HSV(B) 289.82º 0.82% 0.79% -
XYZ 28.78 14.59 57.18 -
YUV 96.77 187.39 183.08 -
System Red Green Blue C M Y K H S L
Decimal 174 37 202 0.14 0.82 0 0.21 289.82 0.69 0.47
Hex AE 25 CA E 52 0 15 122 45 2F
Octal 256 45 312 16 122 0 25 442 105 57
Binary 10101110 100101 11001010 1110 1010010 0 10101 100100010 1000101 101111

Color Harmonies of #AE25CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE25CA

Black with #AE25CA

Text Example


Text Example

White with #AE25CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE25CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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