Html Css Color HEX #AE4FFB Medium Orchid

📋 copy color: '#AE4FFB'

red 174 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #AE4FFB

Tints of Medium Orchid #AE4FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.67%

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

R = 34.52%
G = 15.67%
B = 49.8%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE4FFB (or 0xAE4FFB) is known color: Medium Orchid. HEX triplet: AE, 4F and FB. RGB value is (174,79,251). Sum of RGB (Red+Green+Blue) = 174+79+251=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE4FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE4FFB is #51B004. Grayscale: #7E7E7E. Windows color (decimal): -5353477 or 16469934. OLE color: 16469934.

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

Color convert

RGB 174 79 251 -
CMYK 0.31 0.69 0 0.02
HSL 273.14º 0.96% 0.65% -
HSV(B) 273.14º 0.69% 0.98% -
XYZ 37.66 21.56 93.44 -
YUV 127.01 197.97 161.51 -
System Red Green Blue C M Y K H S L
Decimal 174 79 251 0.31 0.69 0 0.02 273.14 0.96 0.65
Hex AE 4F FB 1F 45 0 2 111 60 41
Octal 256 117 373 37 105 0 2 421 140 101
Binary 10101110 1001111 11111011 11111 1000101 0 10 100010001 1100000 1000001

Color Harmonies of #AE4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4FFB

Black with #AE4FFB

Text Example


Text Example

White with #AE4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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