Html Css Color HEX #AF5BFC Medium Orchid

📋 copy color: '#AF5BFC'

red 175 ◦ green 91 ◦ blue 252

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

Shades of Medium Orchid #AF5BFC

Tints of Medium Orchid #AF5BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.65%

R = 33.78%
G = 17.57%
B = 48.65%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF5BFC (or 0xAF5BFC) is known color: Medium Orchid. HEX triplet: AF, 5B and FC. RGB value is (175,91,252). Sum of RGB (Red+Green+Blue) = 175+91+252=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF5BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5BFC is #50A403. Grayscale: #858585. Windows color (decimal): -5284868 or 16538543. OLE color: 16538543.

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

Color convert

RGB 175 91 252 -
CMYK 0.31 0.64 0 0.01
HSL 271.3º 0.96% 0.67% -
HSV(B) 271.3º 0.64% 0.99% -
XYZ 38.99 23.62 94.6 -
YUV 134.47 194.33 156.91 -
System Red Green Blue C M Y K H S L
Decimal 175 91 252 0.31 0.64 0 0.01 271.3 0.96 0.67
Hex AF 5B FC 1F 40 0 1 10F 60 43
Octal 257 133 374 37 100 0 1 417 140 103
Binary 10101111 1011011 11111100 11111 1000000 0 1 100001111 1100000 1000011

Color Harmonies of #AF5BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BFC

Black with #AF5BFC

Text Example


Text Example

White with #AF5BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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