Html Css Color HEX #AE64CC Medium Orchid

📋 copy color: '#AE64CC'

red 174 ◦ green 100 ◦ blue 204

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

Shades of Medium Orchid #AE64CC

Tints of Medium Orchid #AE64CC

RGB

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

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

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

R = 36.4%
G = 20.92%
B = 42.68%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE64CC (or 0xAE64CC) is known color: Medium Orchid. HEX triplet: AE, 64 and CC. RGB value is (174,100,204). Sum of RGB (Red+Green+Blue) = 174+100+204=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE64CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64CC is #519B33. Grayscale: #858585. Windows color (decimal): -5348148 or 13395118. OLE color: 13395118.

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

Color convert

RGB 174 100 204 -
CMYK 0.15 0.51 0 0.2
HSL 282.69º 0.5% 0.6% -
HSV(B) 282.69º 0.51% 0.8% -
XYZ 32.91 22.47 59.73 -
YUV 133.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 174 100 204 0.15 0.51 0 0.2 282.69 0.5 0.6
Hex AE 64 CC F 33 0 14 11B 32 3C
Octal 256 144 314 17 63 0 24 433 62 74
Binary 10101110 1100100 11001100 1111 110011 0 10100 100011011 110010 111100

Color Harmonies of #AE64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64CC

Black with #AE64CC

Text Example


Text Example

White with #AE64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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