Html Css Color HEX #AF5BEF Medium Orchid

📋 copy color: '#AF5BEF'

red 175 ◦ green 91 ◦ blue 239

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

Shades of Medium Orchid #AF5BEF

Tints of Medium Orchid #AF5BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 34.65%
G = 18.02%
B = 47.33%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF5BEF (or 0xAF5BEF) is known color: Medium Orchid. HEX triplet: AF, 5B and EF. RGB value is (175,91,239). Sum of RGB (Red+Green+Blue) = 175+91+239=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF5BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5BEF is #50A410. Grayscale: #848484. Windows color (decimal): -5284881 or 15686575. OLE color: 15686575.

HSL color Cylindrical-coordinate representation of color #AF5BEF: hue angle of 274.05º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF5BEF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 91 239 -
CMYK 0.27 0.62 0 0.06
HSL 274.05º 0.82% 0.65% -
HSV(B) 274.05º 0.62% 0.94% -
XYZ 37 22.83 84.12 -
YUV 132.99 187.83 157.97 -
System Red Green Blue C M Y K H S L
Decimal 175 91 239 0.27 0.62 0 0.06 274.05 0.82 0.65
Hex AF 5B EF 1B 3E 0 6 112 52 41
Octal 257 133 357 33 76 0 6 422 122 101
Binary 10101111 1011011 11101111 11011 111110 0 110 100010010 1010010 1000001

Color Harmonies of #AF5BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BEF

Black with #AF5BEF

Text Example


Text Example

White with #AF5BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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