Html Css Color HEX #AE20CF Dark Orchid

📋 copy color: '#AE20CF'

red 174 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #AE20CF

Tints of Dark Orchid #AE20CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.75%

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 42.13%
G = 7.75%
B = 50.12%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE20CF (or 0xAE20CF) is known color: Dark Orchid. HEX triplet: AE, 20 and CF. RGB value is (174,32,207). Sum of RGB (Red+Green+Blue) = 174+32+207=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE20CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20CF is #51DF30. Grayscale: #5D5D5D. Windows color (decimal): -5365553 or 13574318. OLE color: 13574318.

HSL color Cylindrical-coordinate representation of color #AE20CF: hue angle of 288.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE20CF is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 32 207 -
CMYK 0.16 0.85 0 0.19
HSL 288.69º 0.73% 0.47% -
HSV(B) 288.69º 0.85% 0.81% -
XYZ 29.23 14.54 60.3 -
YUV 94.41 191.54 184.77 -
System Red Green Blue C M Y K H S L
Decimal 174 32 207 0.16 0.85 0 0.19 288.69 0.73 0.47
Hex AE 20 CF 10 55 0 13 121 49 2F
Octal 256 40 317 20 125 0 23 441 111 57
Binary 10101110 100000 11001111 10000 1010101 0 10011 100100001 1001001 101111

Color Harmonies of #AE20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20CF

Black with #AE20CF

Text Example


Text Example

White with #AE20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20CF; }

 p { color: rgb(174,32,207); }

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

background-color css

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

 a { background-color: rgb(174,32,207); }

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

border-color css

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

 span { border-color: rgb(174,32,207); }

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