Html Css Color HEX #AF5EFA Medium Orchid

📋 copy color: '#AF5EFA'

red 175 ◦ green 94 ◦ blue 250

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

Shades of Medium Orchid #AF5EFA

Tints of Medium Orchid #AF5EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.11%

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

R = 33.72%
G = 18.11%
B = 48.17%

CMYK

 C value IS 0.3

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF5EFA (or 0xAF5EFA) is known color: Medium Orchid. HEX triplet: AF, 5E and FA. RGB value is (175,94,250). Sum of RGB (Red+Green+Blue) = 175+94+250=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF5EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5EFA is #50A105. Grayscale: #878787. Windows color (decimal): -5284102 or 16408239. OLE color: 16408239.

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

Color convert

RGB 175 94 250 -
CMYK 0.3 0.62 0 0.02
HSL 271.15º 0.94% 0.67% -
HSV(B) 271.15º 0.62% 0.98% -
XYZ 38.94 24.02 93.03 -
YUV 136 192.34 155.82 -
System Red Green Blue C M Y K H S L
Decimal 175 94 250 0.3 0.62 0 0.02 271.15 0.94 0.67
Hex AF 5E FA 1E 3E 0 2 10F 5E 43
Octal 257 136 372 36 76 0 2 417 136 103
Binary 10101111 1011110 11111010 11110 111110 0 10 100001111 1011110 1000011

Color Harmonies of #AF5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EFA

Black with #AF5EFA

Text Example


Text Example

White with #AF5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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