Html Css Color HEX #AE64CF Medium Orchid

📋 copy color: '#AE64CF'

red 174 ◦ green 100 ◦ blue 207

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

Shades of Medium Orchid #AE64CF

Tints of Medium Orchid #AE64CF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.79%

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

R = 36.17%
G = 20.79%
B = 43.04%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE64CF (or 0xAE64CF) is known color: Medium Orchid. HEX triplet: AE, 64 and CF. RGB value is (174,100,207). Sum of RGB (Red+Green+Blue) = 174+100+207=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE64CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64CF is #519B30. Grayscale: #858585. Windows color (decimal): -5348145 or 13591726. OLE color: 13591726.

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

Color convert

RGB 174 100 207 -
CMYK 0.16 0.52 0 0.19
HSL 281.5º 0.53% 0.6% -
HSV(B) 281.5º 0.52% 0.81% -
XYZ 33.28 22.62 61.64 -
YUV 134.32 169.02 156.3 -
System Red Green Blue C M Y K H S L
Decimal 174 100 207 0.16 0.52 0 0.19 281.5 0.53 0.6
Hex AE 64 CF 10 34 0 13 119 35 3C
Octal 256 144 317 20 64 0 23 431 65 74
Binary 10101110 1100100 11001111 10000 110100 0 10011 100011001 110101 111100

Color Harmonies of #AE64CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64CF

Black with #AE64CF

Text Example


Text Example

White with #AE64CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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