Html Css Color HEX #AE5BFB Medium Orchid

📋 copy color: '#AE5BFB'

red 174 ◦ green 91 ◦ blue 251

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

Shades of Medium Orchid #AE5BFB

Tints of Medium Orchid #AE5BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.64%

 BLUE value IS 251 (98.44% from 255) = 48.64%

R = 33.72%
G = 17.64%
B = 48.64%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE5BFB (or 0xAE5BFB) is known color: Medium Orchid. HEX triplet: AE, 5B and FB. RGB value is (174,91,251). Sum of RGB (Red+Green+Blue) = 174+91+251=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE5BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5BFB is #51A404. Grayscale: #858585. Windows color (decimal): -5350405 or 16473006. OLE color: 16473006.

HSL color Cylindrical-coordinate representation of color #AE5BFB: hue angle of 271.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE5BFB is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 91 251 -
CMYK 0.31 0.64 0 0.02
HSL 271.13º 0.95% 0.67% -
HSV(B) 271.13º 0.64% 0.98% -
XYZ 38.61 23.45 93.76 -
YUV 134.06 194 156.49 -
System Red Green Blue C M Y K H S L
Decimal 174 91 251 0.31 0.64 0 0.02 271.13 0.95 0.67
Hex AE 5B FB 1F 40 0 2 10F 5F 43
Octal 256 133 373 37 100 0 2 417 137 103
Binary 10101110 1011011 11111011 11111 1000000 0 10 100001111 1011111 1000011

Color Harmonies of #AE5BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5BFB

Black with #AE5BFB

Text Example


Text Example

White with #AE5BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5BFB; }

 p { color: rgb(174,91,251); }

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

background-color css

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

 a { background-color: rgb(174,91,251); }

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

border-color css

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

 span { border-color: rgb(174,91,251); }

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