Html Css Color HEX #AF5BFA Medium Orchid

📋 copy color: '#AF5BFA'

red 175 ◦ green 91 ◦ blue 250

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

Shades of Medium Orchid #AF5BFA

Tints of Medium Orchid #AF5BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 33.91%
G = 17.64%
B = 48.45%

CMYK

 C value IS 0.3

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF5BFA (or 0xAF5BFA) is known color: Medium Orchid. HEX triplet: AF, 5B and FA. RGB value is (175,91,250). Sum of RGB (Red+Green+Blue) = 175+91+250=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF5BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5BFA is #50A405. Grayscale: #858585. Windows color (decimal): -5284870 or 16407471. OLE color: 16407471.

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

Color convert

RGB 175 91 250 -
CMYK 0.3 0.64 0 0.02
HSL 271.7º 0.94% 0.67% -
HSV(B) 271.7º 0.64% 0.98% -
XYZ 38.68 23.5 92.94 -
YUV 134.24 193.33 157.07 -
System Red Green Blue C M Y K H S L
Decimal 175 91 250 0.3 0.64 0 0.02 271.7 0.94 0.67
Hex AF 5B FA 1E 40 0 2 110 5E 43
Octal 257 133 372 36 100 0 2 420 136 103
Binary 10101111 1011011 11111010 11110 1000000 0 10 100010000 1011110 1000011

Color Harmonies of #AF5BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BFA

Black with #AF5BFA

Text Example


Text Example

White with #AF5BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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