Html Css Color HEX #AF5BEC Medium Orchid

📋 copy color: '#AF5BEC'

red 175 ◦ green 91 ◦ blue 236

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

Shades of Medium Orchid #AF5BEC

Tints of Medium Orchid #AF5BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 34.86%
G = 18.13%
B = 47.01%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF5BEC (or 0xAF5BEC) is known color: Medium Orchid. HEX triplet: AF, 5B and EC. RGB value is (175,91,236). Sum of RGB (Red+Green+Blue) = 175+91+236=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF5BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5BEC is #50A413. Grayscale: #848484. Windows color (decimal): -5284884 or 15489967. OLE color: 15489967.

HSL color Cylindrical-coordinate representation of color #AF5BEC: hue angle of 274.76º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF5BEC is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 91 236 -
CMYK 0.26 0.61 0 0.07
HSL 274.76º 0.79% 0.64% -
HSV(B) 274.76º 0.61% 0.93% -
XYZ 36.56 22.65 81.8 -
YUV 132.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 175 91 236 0.26 0.61 0 0.07 274.76 0.79 0.64
Hex AF 5B EC 1A 3D 0 7 113 4F 40
Octal 257 133 354 32 75 0 7 423 117 100
Binary 10101111 1011011 11101100 11010 111101 0 111 100010011 1001111 1000000

Color Harmonies of #AF5BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BEC

Black with #AF5BEC

Text Example


Text Example

White with #AF5BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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