Html Css Color HEX #AF4EFA Medium Orchid

📋 copy color: '#AF4EFA'

red 175 ◦ green 78 ◦ blue 250

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

Shades of Medium Orchid #AF4EFA

Tints of Medium Orchid #AF4EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.51%

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

R = 34.79%
G = 15.51%
B = 49.7%

CMYK

 C value IS 0.3

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF4EFA (or 0xAF4EFA) is known color: Medium Orchid. HEX triplet: AF, 4E and FA. RGB value is (175,78,250). Sum of RGB (Red+Green+Blue) = 175+78+250=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF4EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EFA is #50B105. Grayscale: #7E7E7E. Windows color (decimal): -5288198 or 16404143. OLE color: 16404143.

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

Color convert

RGB 175 78 250 -
CMYK 0.3 0.69 0 0.02
HSL 273.84º 0.95% 0.64% -
HSV(B) 273.84º 0.69% 0.98% -
XYZ 37.66 21.46 92.6 -
YUV 126.61 197.64 162.51 -
System Red Green Blue C M Y K H S L
Decimal 175 78 250 0.3 0.69 0 0.02 273.84 0.95 0.64
Hex AF 4E FA 1E 45 0 2 112 5F 40
Octal 257 116 372 36 105 0 2 422 137 100
Binary 10101111 1001110 11111010 11110 1000101 0 10 100010010 1011111 1000000

Color Harmonies of #AF4EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4EFA

Black with #AF4EFA

Text Example


Text Example

White with #AF4EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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