Html Css Color HEX #AF5DFB Medium Orchid

📋 copy color: '#AF5DFB'

red 175 ◦ green 93 ◦ blue 251

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

Shades of Medium Orchid #AF5DFB

Tints of Medium Orchid #AF5DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.92%

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

R = 33.72%
G = 17.92%
B = 48.36%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF5DFB (or 0xAF5DFB) is known color: Medium Orchid. HEX triplet: AF, 5D and FB. RGB value is (175,93,251). Sum of RGB (Red+Green+Blue) = 175+93+251=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF5DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5DFB is #50A204. Grayscale: #868686. Windows color (decimal): -5284357 or 16473519. OLE color: 16473519.

HSL color Cylindrical-coordinate representation of color #AF5DFB: hue angle of 271.14º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF5DFB is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 93 251 -
CMYK 0.30 0.63 0 0.02
HSL 271.14º 0.95% 0.67% -
HSV(B) 271.14º 0.63% 0.98% -
XYZ 39.01 23.91 93.83 -
YUV 135.53 193.17 156.15 -
System Red Green Blue C M Y K H S L
Decimal 175 93 251 0.30 0.63 0 0.02 271.14 0.95 0.67
Hex AF 5D FB 1E 3F 0 2 10F 5F 43
Octal 257 135 373 36 77 0 2 417 137 103
Binary 10101111 1011101 11111011 11110 111111 0 10 100001111 1011111 1000011

Color Harmonies of #AF5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DFB

Black with #AF5DFB

Text Example


Text Example

White with #AF5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DFB; }

 p { color: rgb(175,93,251); }

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

background-color css

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

 a { background-color: rgb(175,93,251); }

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

border-color css

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

 span { border-color: rgb(175,93,251); }

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