Html Css Color HEX #AE64C8 Medium Orchid

📋 copy color: '#AE64C8'

red 174 ◦ green 100 ◦ blue 200

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

Shades of Medium Orchid #AE64C8

Tints of Medium Orchid #AE64C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.19%

R = 36.71%
G = 21.1%
B = 42.19%

CMYK

 C value IS 0.13

 M value IS 0.5

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE64C8 (or 0xAE64C8) is known color: Medium Orchid. HEX triplet: AE, 64 and C8. RGB value is (174,100,200). Sum of RGB (Red+Green+Blue) = 174+100+200=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE64C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64C8 is #519B37. Grayscale: #858585. Windows color (decimal): -5348152 or 13132974. OLE color: 13132974.

HSL color Cylindrical-coordinate representation of color #AE64C8: hue angle of 284.4º degrees, saturation: 0.48, 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 #AE64C8 is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 100 200 -
CMYK 0.13 0.5 0 0.22
HSL 284.4º 0.48% 0.59% -
HSV(B) 284.4º 0.5% 0.78% -
XYZ 32.44 22.28 57.23 -
YUV 133.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 174 100 200 0.13 0.5 0 0.22 284.4 0.48 0.59
Hex AE 64 C8 D 32 0 16 11C 30 3B
Octal 256 144 310 15 62 0 26 434 60 73
Binary 10101110 1100100 11001000 1101 110010 0 10110 100011100 110000 111011

Color Harmonies of #AE64C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64C8

Black with #AE64C8

Text Example


Text Example

White with #AE64C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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