Html Css Color HEX #AE1ACF Dark Orchid

📋 copy color: '#AE1ACF'

red 174 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #AE1ACF

Tints of Dark Orchid #AE1ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.39%

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

R = 42.75%
G = 6.39%
B = 50.86%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE1ACF (or 0xAE1ACF) is known color: Dark Orchid. HEX triplet: AE, 1A and CF. RGB value is (174,26,207). Sum of RGB (Red+Green+Blue) = 174+26+207=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE1ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1ACF is #51E530. Grayscale: #5A5A5A. Windows color (decimal): -5367089 or 13572782. OLE color: 13572782.

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

Color convert

RGB 174 26 207 -
CMYK 0.16 0.87 0 0.19
HSL 289.06º 0.78% 0.46% -
HSV(B) 289.06º 0.87% 0.81% -
XYZ 29.09 14.24 60.25 -
YUV 90.89 193.53 187.28 -
System Red Green Blue C M Y K H S L
Decimal 174 26 207 0.16 0.87 0 0.19 289.06 0.78 0.46
Hex AE 1A CF 10 57 0 13 121 4E 2E
Octal 256 32 317 20 127 0 23 441 116 56
Binary 10101110 11010 11001111 10000 1010111 0 10011 100100001 1001110 101110

Color Harmonies of #AE1ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1ACF

Black with #AE1ACF

Text Example


Text Example

White with #AE1ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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