Html Css Color HEX #AE1FCD Dark Orchid

📋 copy color: '#AE1FCD'

red 174 ◦ green 31 ◦ blue 205

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

Shades of Dark Orchid #AE1FCD

Tints of Dark Orchid #AE1FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.56%

 BLUE value IS 205 (80.47% from 255) = 50%

R = 42.44%
G = 7.56%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE1FCD (or 0xAE1FCD) is known color: Dark Orchid. HEX triplet: AE, 1F and CD. RGB value is (174,31,205). Sum of RGB (Red+Green+Blue) = 174+31+205=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE1FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1FCD is #51E032. Grayscale: #5D5D5D. Windows color (decimal): -5365811 or 13442990. OLE color: 13442990.

HSL color Cylindrical-coordinate representation of color #AE1FCD: hue angle of 289.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1FCD is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 31 205 -
CMYK 0.15 0.85 0 0.20
HSL 289.31º 0.74% 0.46% -
HSV(B) 289.31º 0.85% 0.8% -
XYZ 28.96 14.39 59.01 -
YUV 93.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 174 31 205 0.15 0.85 0 0.20 289.31 0.74 0.46
Hex AE 1F CD F 55 0 14 121 4A 2E
Octal 256 37 315 17 125 0 24 441 112 56
Binary 10101110 11111 11001101 1111 1010101 0 10100 100100001 1001010 101110

Color Harmonies of #AE1FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1FCD

Black with #AE1FCD

Text Example


Text Example

White with #AE1FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1FCD; }

 p { color: rgb(174,31,205); }

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

background-color css

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

 a { background-color: rgb(174,31,205); }

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

border-color css

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

 span { border-color: rgb(174,31,205); }

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