Html Css Color HEX #AE65CB Medium Orchid

📋 copy color: '#AE65CB'

red 174 ◦ green 101 ◦ blue 203

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

Shades of Medium Orchid #AE65CB

Tints of Medium Orchid #AE65CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 36.4%
G = 21.13%
B = 42.47%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE65CB (or 0xAE65CB) is known color: Medium Orchid. HEX triplet: AE, 65 and CB. RGB value is (174,101,203). Sum of RGB (Red+Green+Blue) = 174+101+203=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE65CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65CB is #519A34. Grayscale: #868686. Windows color (decimal): -5347893 or 13329838. OLE color: 13329838.

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

Color convert

RGB 174 101 203 -
CMYK 0.14 0.50 0 0.20
HSL 282.94º 0.5% 0.6% -
HSV(B) 282.94º 0.5% 0.8% -
XYZ 32.89 22.62 59.13 -
YUV 134.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 174 101 203 0.14 0.50 0 0.20 282.94 0.5 0.6
Hex AE 65 CB E 32 0 14 11B 32 3C
Octal 256 145 313 16 62 0 24 433 62 74
Binary 10101110 1100101 11001011 1110 110010 0 10100 100011011 110010 111100

Color Harmonies of #AE65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE65CB

Black with #AE65CB

Text Example


Text Example

White with #AE65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE65CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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