Html Css Color HEX #AF5BFE Medium Orchid

📋 copy color: '#AF5BFE'

red 175 ◦ green 91 ◦ blue 254

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

Shades of Medium Orchid #AF5BFE

Tints of Medium Orchid #AF5BFE

RGB

 RED value IS 175 (68.75% from 255) = 33.65%

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

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 33.65%
G = 17.5%
B = 48.85%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF5BFE (or 0xAF5BFE) is known color: Medium Orchid. HEX triplet: AF, 5B and FE. RGB value is (175,91,254). Sum of RGB (Red+Green+Blue) = 175+91+254=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF5BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5BFE is #50A401. Grayscale: #868686. Windows color (decimal): -5284866 or 16669615. OLE color: 16669615.

HSL color Cylindrical-coordinate representation of color #AF5BFE: hue angle of 270.92º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF5BFE is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 91 254 -
CMYK 0.31 0.64 0 0.00
HSL 270.92º 0.99% 0.68% -
HSV(B) 270.92º 0.64% 1% -
XYZ 39.31 23.75 96.28 -
YUV 134.7 195.33 156.75 -
System Red Green Blue C M Y K H S L
Decimal 175 91 254 0.31 0.64 0 0.00 270.92 0.99 0.68
Hex AF 5B FE 1F 40 0 0 10F 63 44
Octal 257 133 376 37 100 0 0 417 143 104
Binary 10101111 1011011 11111110 11111 1000000 0 0 100001111 1100011 1000100

Color Harmonies of #AF5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BFE

Black with #AF5BFE

Text Example


Text Example

White with #AF5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BFE; }

 p { color: rgb(175,91,254); }

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

background-color css

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

 a { background-color: rgb(175,91,254); }

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

border-color css

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

 span { border-color: rgb(175,91,254); }

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