Html Css Color HEX #AE65CA Medium Orchid

📋 copy color: '#AE65CA'

red 174 ◦ green 101 ◦ blue 202

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

Shades of Medium Orchid #AE65CA

Tints of Medium Orchid #AE65CA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.17%

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 36.48%
G = 21.17%
B = 42.35%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE65CA (or 0xAE65CA) is known color: Medium Orchid. HEX triplet: AE, 65 and CA. RGB value is (174,101,202). Sum of RGB (Red+Green+Blue) = 174+101+202=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE65CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65CA is #519A35. Grayscale: #868686. Windows color (decimal): -5347894 or 13264302. OLE color: 13264302.

HSL color Cylindrical-coordinate representation of color #AE65CA: hue angle of 283.37º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE65CA is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 101 202 -
CMYK 0.14 0.50 0 0.21
HSL 283.37º 0.49% 0.59% -
HSV(B) 283.37º 0.5% 0.79% -
XYZ 32.77 22.57 58.51 -
YUV 134.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 174 101 202 0.14 0.50 0 0.21 283.37 0.49 0.59
Hex AE 65 CA E 32 0 15 11B 31 3B
Octal 256 145 312 16 62 0 25 433 61 73
Binary 10101110 1100101 11001010 1110 110010 0 10101 100011011 110001 111011

Color Harmonies of #AE65CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE65CA

Black with #AE65CA

Text Example


Text Example

White with #AE65CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE65CA; }

 p { color: rgb(174,101,202); }

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

background-color css

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

 a { background-color: rgb(174,101,202); }

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

border-color css

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

 span { border-color: rgb(174,101,202); }

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