Html Css Color HEX #AE4CFB Medium Orchid

📋 copy color: '#AE4CFB'

red 174 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #AE4CFB

Tints of Medium Orchid #AE4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.17%

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

R = 34.73%
G = 15.17%
B = 50.1%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE4CFB (or 0xAE4CFB) is known color: Medium Orchid. HEX triplet: AE, 4C and FB. RGB value is (174,76,251). Sum of RGB (Red+Green+Blue) = 174+76+251=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE4CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4CFB is #51B304. Grayscale: #7C7C7C. Windows color (decimal): -5354245 or 16469166. OLE color: 16469166.

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

Color convert

RGB 174 76 251 -
CMYK 0.31 0.70 0 0.02
HSL 273.6º 0.96% 0.64% -
HSV(B) 273.6º 0.7% 0.98% -
XYZ 37.45 21.13 93.37 -
YUV 125.25 198.97 162.77 -
System Red Green Blue C M Y K H S L
Decimal 174 76 251 0.31 0.70 0 0.02 273.6 0.96 0.64
Hex AE 4C FB 1F 46 0 2 112 60 40
Octal 256 114 373 37 106 0 2 422 140 100
Binary 10101110 1001100 11111011 11111 1000110 0 10 100010010 1100000 1000000

Color Harmonies of #AE4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4CFB

Black with #AE4CFB

Text Example


Text Example

White with #AE4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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