Html Css Color HEX #AE3ACF Dark Orchid

📋 copy color: '#AE3ACF'

red 174 ◦ green 58 ◦ blue 207

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

Shades of Dark Orchid #AE3ACF

Tints of Dark Orchid #AE3ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.21%

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

R = 39.64%
G = 13.21%
B = 47.15%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE3ACF (or 0xAE3ACF) is known color: Dark Orchid. HEX triplet: AE, 3A and CF. RGB value is (174,58,207). Sum of RGB (Red+Green+Blue) = 174+58+207=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE3ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3ACF is #51C530. Grayscale: #6D6D6D. Windows color (decimal): -5358897 or 13580974. OLE color: 13580974.

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

Color convert

RGB 174 58 207 -
CMYK 0.16 0.72 0 0.19
HSL 286.71º 0.61% 0.52% -
HSV(B) 286.71º 0.72% 0.81% -
XYZ 30.23 16.53 60.63 -
YUV 109.67 182.93 173.88 -
System Red Green Blue C M Y K H S L
Decimal 174 58 207 0.16 0.72 0 0.19 286.71 0.61 0.52
Hex AE 3A CF 10 48 0 13 11F 3D 34
Octal 256 72 317 20 110 0 23 437 75 64
Binary 10101110 111010 11001111 10000 1001000 0 10011 100011111 111101 110100

Color Harmonies of #AE3ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3ACF

Black with #AE3ACF

Text Example


Text Example

White with #AE3ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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