Html Css Color HEX #AE2FCC Dark Orchid

📋 copy color: '#AE2FCC'

red 174 ◦ green 47 ◦ blue 204

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

Shades of Dark Orchid #AE2FCC

Tints of Dark Orchid #AE2FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.06%

 BLUE value IS 204 (80.08% from 255) = 48%

R = 40.94%
G = 11.06%
B = 48%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE2FCC (or 0xAE2FCC) is known color: Dark Orchid. HEX triplet: AE, 2F and CC. RGB value is (174,47,204). Sum of RGB (Red+Green+Blue) = 174+47+204=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE2FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2FCC is #51D033. Grayscale: #666666. Windows color (decimal): -5361716 or 13381550. OLE color: 13381550.

HSL color Cylindrical-coordinate representation of color #AE2FCC: hue angle of 288.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2FCC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 47 204 -
CMYK 0.15 0.77 0 0.2
HSL 288.54º 0.63% 0.49% -
HSV(B) 288.54º 0.77% 0.8% -
XYZ 29.37 15.39 58.55 -
YUV 102.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 174 47 204 0.15 0.77 0 0.2 288.54 0.63 0.49
Hex AE 2F CC F 4D 0 14 121 3F 31
Octal 256 57 314 17 115 0 24 441 77 61
Binary 10101110 101111 11001100 1111 1001101 0 10100 100100001 111111 110001

Color Harmonies of #AE2FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2FCC

Black with #AE2FCC

Text Example


Text Example

White with #AE2FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2FCC; }

 p { color: rgb(174,47,204); }

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

background-color css

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

 a { background-color: rgb(174,47,204); }

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

border-color css

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

 span { border-color: rgb(174,47,204); }

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