Html Css Color HEX #AE1CCF Dark Orchid

📋 copy color: '#AE1CCF'

red 174 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #AE1CCF

Tints of Dark Orchid #AE1CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.85%

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

R = 42.54%
G = 6.85%
B = 50.61%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE1CCF (or 0xAE1CCF) is known color: Dark Orchid. HEX triplet: AE, 1C and CF. RGB value is (174,28,207). Sum of RGB (Red+Green+Blue) = 174+28+207=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE1CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1CCF is #51E330. Grayscale: #5B5B5B. Windows color (decimal): -5366577 or 13573294. OLE color: 13573294.

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

Color convert

RGB 174 28 207 -
CMYK 0.16 0.86 0 0.19
HSL 288.94º 0.76% 0.46% -
HSV(B) 288.94º 0.86% 0.81% -
XYZ 29.13 14.33 60.26 -
YUV 92.06 192.87 186.45 -
System Red Green Blue C M Y K H S L
Decimal 174 28 207 0.16 0.86 0 0.19 288.94 0.76 0.46
Hex AE 1C CF 10 56 0 13 121 4C 2E
Octal 256 34 317 20 126 0 23 441 114 56
Binary 10101110 11100 11001111 10000 1010110 0 10011 100100001 1001100 101110

Color Harmonies of #AE1CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1CCF

Black with #AE1CCF

Text Example


Text Example

White with #AE1CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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