Html Css Color HEX #AE19D0 Dark Orchid

📋 copy color: '#AE19D0'

red 174 ◦ green 25 ◦ blue 208

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

Shades of Dark Orchid #AE19D0

Tints of Dark Orchid #AE19D0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.14%

 BLUE value IS 208 (81.64% from 255) = 51.11%

R = 42.75%
G = 6.14%
B = 51.11%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE19D0 (or 0xAE19D0) is known color: Dark Orchid. HEX triplet: AE, 19 and D0. RGB value is (174,25,208). Sum of RGB (Red+Green+Blue) = 174+25+208=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE19D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE19D0 is #51E62F. Grayscale: #595959. Windows color (decimal): -5367344 or 13638062. OLE color: 13638062.

HSL color Cylindrical-coordinate representation of color #AE19D0: hue angle of 288.85º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE19D0 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 25 208 -
CMYK 0.16 0.88 0 0.18
HSL 288.85º 0.79% 0.46% -
HSV(B) 288.85º 0.88% 0.82% -
XYZ 29.19 14.25 60.89 -
YUV 90.41 194.36 187.62 -
System Red Green Blue C M Y K H S L
Decimal 174 25 208 0.16 0.88 0 0.18 288.85 0.79 0.46
Hex AE 19 D0 10 58 0 12 121 4F 2E
Octal 256 31 320 20 130 0 22 441 117 56
Binary 10101110 11001 11010000 10000 1011000 0 10010 100100001 1001111 101110

Color Harmonies of #AE19D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE19D0

Black with #AE19D0

Text Example


Text Example

White with #AE19D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE19D0; }

 p { color: rgb(174,25,208); }

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

background-color css

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

 a { background-color: rgb(174,25,208); }

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

border-color css

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

 span { border-color: rgb(174,25,208); }

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