Html Css Color HEX #AE64C7 Medium Orchid

📋 copy color: '#AE64C7'

red 174 ◦ green 100 ◦ blue 199

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

Shades of Medium Orchid #AE64C7

Tints of Medium Orchid #AE64C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.07%

R = 36.79%
G = 21.14%
B = 42.07%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE64C7 (or 0xAE64C7) is known color: Medium Orchid. HEX triplet: AE, 64 and C7. RGB value is (174,100,199). Sum of RGB (Red+Green+Blue) = 174+100+199=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #AE64C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64C7 is #519B38. Grayscale: #858585. Windows color (decimal): -5348153 or 13067438. OLE color: 13067438.

HSL color Cylindrical-coordinate representation of color #AE64C7: hue angle of 284.85º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE64C7 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 100 199 -
CMYK 0.13 0.50 0 0.22
HSL 284.85º 0.47% 0.59% -
HSV(B) 284.85º 0.5% 0.78% -
XYZ 32.32 22.24 56.62 -
YUV 133.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 174 100 199 0.13 0.50 0 0.22 284.85 0.47 0.59
Hex AE 64 C7 D 32 0 16 11D 2F 3B
Octal 256 144 307 15 62 0 26 435 57 73
Binary 10101110 1100100 11000111 1101 110010 0 10110 100011101 101111 111011

Color Harmonies of #AE64C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64C7

Black with #AE64C7

Text Example


Text Example

White with #AE64C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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